from sklearn.svm importLinearSVR; svm_reg =LinearSVR(epsilon=1.5); svm_reg.fit(X, y). 处理非线性回归任务,你可以使用核化的SVM 模型。
確定! 回上一頁