In week 2’s coding assignment, my test was passed in model_test(model) but logistic_regression_model got an error: ValueError: operands could not be broadcast together with shapes (1,50) (1,209)
I’ve followed the instruction “If you pass all the tests, run the following cell to train your model.”, but I am not sure why at the last 100 iterations, I got an error? Can you give me some pointers? Thanks!