typeError: unsupported format string passed to numpy.ndarray.format
I passed the test by checking the hint reference. The error comes from b_ = b[:,j] when I need to pick b value for each user’s cost function. Instead, I tried b_ = [0,j] and then it worked. I hope to know why my original code function incorrectly.