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_
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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_
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