I am following a book exercise and I am getting this error which calls the function np.average(samples_2d, axis=1).However when I try to do it on my end, knowin
np.average(samples_2d, axis=1)