I trained multiple features svm linear regression.
clf = LinearSVR(fit_intercept=False) clf.fit(X, y)
in clf.coef_ some are nega
clf.coef_