def H(initTheta,X): # X1 = FeatureScaling(X) hypothesis = expit(np.dot(X,initTheta)) return hypothesis