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