Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik6
Contributor
Contributor

Qlik PyTools train test split

Can I use this method (in some way) using PyTools in Qlik? from sklearn.model_selection import train_test_split X_train, X_test, y_train, y_test = train_test_split (X, y, test_size=0.3, random_state=1, startify=y) I need split data to train and test.
0 Replies