Closed Qoyyuum closed 3 years ago
Found that it was splitting df and y instead of X. Otherwise, X isn't used and the resulting variables wouldn't make sense. Unless its supposed to be df_train and df_test.
df
y
X
df_train
df_test
Yes, you are correct. It suppose to be X. I update it.
Found that it was splitting
df
andy
instead ofX
. Otherwise,X
isn't used and the resulting variables wouldn't make sense. Unless its supposed to bedf_train
anddf_test
.