python sklearn accuracy_score

sklearn自带评估模型准确率的函数:

http://scikit-learn.org/stable/modules/model_evaluation.html

以及使用cross_validation:

http://scikit-learn.org/stable/auto_examples/exercises/plot_cv_digits.html#example-exercises-plot-cv-digits-py

你可能感兴趣的:(python sklearn accuracy_score)