Link to the classroom item you are referring to: C1_W3_UNQ_C6
Description: Receiving the following error:
AssertionError Traceback (most recent call last)
in
11
12 # UNIT TESTS
—> 13 compute_gradient_reg_test(compute_gradient_reg)
I understand this means my figures are not matching. However, I’m not sure where I am going wrong. All my previous functions have passed the tests. I have read all the hints under the cell. I would like additional information in understanding this function and why my code is wrong.
Its probably inside the target function, especially where you compute the dj_db derivative or could even be in prior computations aiding this computation, so you have to check all that stream!
I understand that much. I don’t know where I’m going wrong though. I need someone to help me understand WHERE I am going wrong. I’ve gone over the lecture videos more than once and need more guidance.
I read the hints long before I made this post. I figured it out after some work. I think that particular question needs to be clearer. It’s misleading the way the function is structured and the way the hint is written.