final task
This commit is contained in:
parent
17e9c634d6
commit
e7f73104e6
@ -1,3 +1,9 @@
|
|||||||
|
"""
|
||||||
|
Download dataset between 10-20 mb,
|
||||||
|
Split it into train/dev/test
|
||||||
|
Return dataset info (length, max, min etc.)
|
||||||
|
"""
|
||||||
|
|
||||||
import string
|
import string
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
from sklearn.model_selection import train_test_split
|
from sklearn.model_selection import train_test_split
|
||||||
|
Loading…
Reference in New Issue
Block a user