1. Învăţa
  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.

Instrucţiuni

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.