Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

random split train test in python

from sklearn.model_selection import train_test_split

train, test = train_test_split(df, test_size=0.2)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #random #split #train #test #python
ADD COMMENT
Topic
Name
7+9 =