摘要: SVR的代码(python) 项目中一个早期版本的代码,PCA-SVR,参数寻优采用传统的GridsearchCV。 1 from sklearn.decomposition import PCA 2 from sklearn.svm import SVR 3 from sklearn.model_ 阅读全文
posted @ 2021-12-13 14:29 咖啡陪你 阅读(1101) 评论(0) 推荐(0)
摘要: SVC 转载于:机器学习笔记(3)-sklearn支持向量机SVM–Spytensor 官方源码 sklearn.svm.SVC(C=1.0, kernel='rbf', degree=3, gamma='auto', coef0=0.0, shrinking=True, probability=F 阅读全文
posted @ 2021-12-13 14:25 咖啡陪你 阅读(4325) 评论(0) 推荐(0)