Question: In the code below from sklearn.model _ selection import train _ test _ split X _ train, X _ test, Y _ train, Y _

In the code below
from sklearn.model_selection import train_test_split X_train, X_test, Y_train, Y_test = train_test_split(x_no_outliers, y_no_outliers, test_size=0.8, random_state=0, shuffle=True)
What does the command test_size=0.8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!