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.