My bad!
The code runs correctly…
I’ve had written :
y_test =
train_df["species"]
...
instead of
y_test =
test_df["species"]
...
My bad!
The code runs correctly…
I’ve had written :
y_test =
train_df["species"]
...
instead of
y_test =
test_df["species"]
...