Classification

Create a Logistic Regression Model

① Learn

Classification models predict categories instead of continuous numbers. Logistic regression is one of the standard first models for classification.

② Implement — write it, run it, submit
Goal

Import scikit-learn `LogisticRegression` and create `model`.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators