Hi
I’m somehow stuck on the very simple task of creating the model.
I’m getting the error:
AssertionError: Wrong values for d[‘Y_prediction_test’]. [[1. 0. 0.]] != [[1. 1. 0.]]
All my previous unit test passed, no not quite sure what I’m doing wrong.
Here is the general outline of my code:
{moderator edit - solution code removed}
Could anyone suggest some ways to debug this?