I have an issue with the following function, I want to implement the gradient descent using the numpy library :
def computeCost(X, y, theta): ""