Why my decision line is not correctly represented in a graph, for the linear classification with svm
w = clf.coef_[0] a = -w[0] / w[1] XX = np.linspace(1