Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas split train test

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: #pandas #split #train #test
ADD COMMENT
Topic
Name
7+1 =