Machine Learning in Elixir: Error running last example in Chapter 1 (Evaluating the Trained Model)

My bad!
The code runs correctly…

I’ve had written :

y_test =
  train_df["species"]
  ...

instead of

y_test =
  test_df["species"]
  ...
1 Like