coding...
Model selection——choosing estimators and their parametors Model selection——choosing estimators and their parametors
选择诸如C,alpha之类的参数以及交叉验证 Score, and cross-validated scores我们可以用score方法来判定fit 的质量 from sklearn import datasets, svm digit
2017-08-11
An introduction to machine learning with scikit learn An introduction to machine learning with scikit learn
对于scikit机器学习包的介绍 from sklearn import datasets iris = datasets.load_iris() digits = datasets.load_digits() len(digits.d
2017-08-10
3 / 3