Create and understand classification models in machine learning

Beginner
AI Engineer
Data Scientist
Student
Azure

Classification means assigning items into categories, or can also be thought of automated decision making. Here we introduce classification models through logistic regression, providing you with a stepping-stone toward more complex and exciting classification methods.

Learning objectives

In this module, you will:

  • Discover how classification differs from classical regression
  • Build models that can perform classification tasks
  • Explore how to assess and improve classification models

Prerequisites

Familiarity with machine learning models