.. _example_exercises_plot_digits_classification_exercise.py: ================================ Digits Classification Exercise ================================ This exercise is used in the :ref:`clf_tut` part of the :ref:`supervised_learning_tut` section of the :ref:`stat_learn_tut_index`. .. rst-class:: horizontal **Script output**:: KNN score: 0.961111111111 LogisticRegression score: 0.938888888889 **Python source code:** :download:`plot_digits_classification_exercise.py ` .. literalinclude:: plot_digits_classification_exercise.py :lines: 11-