IndexError: index 7 is out of bounds for axis 0 with size 7

后端 未结 0 1450
闹比i
闹比i 2021-01-13 16:17

I am getting an error....

data = np.loadtxt(\'ex1multi.txt\', delimiter=",")
X = data[:,:2]
y = data[:,2]
m = len(y) # number of training examples
p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题