1. Learn
  2. /
  3. Courses
  4. /
  5. Linear Classifiers in Python

Connected

Exercise

Running LogisticRegression and SVC

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

Instructions

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.