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
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