Cell #17. Can’t compile the student’s code. Error: TypeError(‘compute_cost() takes 4 positional arguments but 5 were given’)
and code that ive written is this #UNQ_C3
all the cells are running properly when I compile them but when I submit it shows this please help me
Hi. Please don’t post your on the forum. The error message shows that you are using one extra argument in the cost function, instead of four arguments as it was defined you’re passing five. This error is most likely in the execution part and not in the definition of the function itself.