1. 学习
  2. /
  3. 课程
  4. /
  5. Linear Classifiers in Python

Connected

练习

Running LogisticRegression and SVC

In this exercise, you'll apply logistic regression and a support vector machine to classify images of handwritten digits.

说明

100 XP
  • Apply logistic regression and SVM (using SVC()) to the handwritten digits data set using the provided train/validation split.
  • For each classifier, print out the training and validation accuracy.