Page 1 of 1

What will be the total number of rows in the dataframe y_test if you have total 200 rows of data in the dataframe df? y_

Posted: Mon Jul 11, 2022 9:54 am
by answerhappygod
What Will Be The Total Number Of Rows In The Dataframe Y Test If You Have Total 200 Rows Of Data In The Dataframe Df Y 1
What Will Be The Total Number Of Rows In The Dataframe Y Test If You Have Total 200 Rows Of Data In The Dataframe Df Y 1 (19.58 KiB) Viewed 44 times
spyder python
What will be the total number of rows in the dataframe y_test if you have total 200 rows of data in the dataframe df? y_train, y_test= train_test_split(df['Sales'],test_size=0.2,random_state=42, shuffle=False) 10 20 40 60