why is this error?
Your compute_gradient() code is failing one of the tests. It doesn’t calculate the correct value for dj_db.
Among the common errors in this function are using incorrect indentation, and adding the bias value ‘b’ in the wrong place in the program flow.
1 Like
same error why is that ?