I got error below while trying to create nn_model at the exercise 8 section in week 3 Programming Assignment: Planar Data Classification with One Hidden Layer.
compute cost function does not work properly and got TypeError below.
TypeError: compute_cost() takes 2 positional arguments but 3 were given.
Is there anyone who get the same error who could help me on that?