Closed alexander34ro closed 3 years ago
from sklearn.model_selection import train_test_split train, test = train_test_split(df, test_size=0.2)
! Might return np array or panda dataframe.
! Might return np array or panda dataframe.