• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar
  • My Store
  • Glossary
  • Home
  • About Me
  • Contact Me

Statistics By Jim

Making statistics intuitive

  • Graphs
  • Basics
  • Hypothesis Testing
  • Regression
  • ANOVA
  • Probability
  • Time Series
  • Fun
  • Calculators

Supervised Learning

By Jim Frost

« Back to Glossary Index

Supervised learning is a type of machine learning where models are trained using labeled data. That is, data where the correct output is already known for each observation. The model learns the relationship between the inputs (also called features or predictors) and the known outputs (called labels or target values), so that it can accurately predict the output for new, unseen data.

Supervised learning is called “supervised” because the training process is guided by the known answers. The model receives feedback during training about how accurate its predictions are and adjusts accordingly. This contrasts with unsupervised learning, where no labeled outcomes are provided.

There are two main types of supervised learning methods:

  • Classification: The goal is to predict a category or class label (e.g., spam vs. not spam, or disease vs. no disease).
  • Regression: The goal is to predict a continuous value (e.g., house price, temperature, or sales revenue).

Common supervised learning algorithms include:

  • Linear regression and logistic regression
  • Decision trees and random forests
  • Support vector machines (SVM)
  • Naive Bayes
  • K-nearest neighbors (KNN)
  • Neural networks, including deep learning models
  • Gradient boosting methods, such as XGBoost and LightGBM

Model performance in supervised learning is typically evaluated using metrics such as classification accuracy, precision, recall, mean squared error, or R-squared, depending on whether the task is classification or regression.

Supervised learning is foundational to predictive modeling and is widely used in applications like medical diagnosis, credit scoring, fraud detection, and recommendation systems.

Related

Related Articles:
  • Logistic Regression Overview with Example
  • Glossary: Classification
  • Glossary: Forecasting
  • What is K Means Clustering? With an Example
« Back to Glossary Index

Primary Sidebar

Meet Jim

I’ll help you intuitively understand statistics by focusing on concepts and using plain English so you can concentrate on understanding your results.

Read More...

Buy My Introduction to Statistics Book!

Cover of my Introduction to Statistics: An Intuitive Guide ebook.

Buy My Hypothesis Testing Book!

Cover image of my Hypothesis Testing: An Intuitive Guide ebook.

Buy My Regression Book!

Cover for my ebook, Regression Analysis: An Intuitive Guide for Using and Interpreting Linear Models.

Subscribe by Email

Enter your email address to receive notifications of new posts by email.

    I won't send you spam. Unsubscribe at any time.

    Buy My Thinking Analytically Book!

    Cover for my book, Thinking Analytically: An Guide for Making Data-Driven Decisions.

    Top Posts

    • F-table
    • Z-table
    • Cronbach’s Alpha: Definition, Calculations & Example
    • How To Interpret R-squared in Regression Analysis
    • Box Plot Explained with Examples
    • How to Interpret P-values and Coefficients in Regression Analysis
    • Multicollinearity in Regression Analysis: Problems, Detection, and Solutions
    • Benford’s Law Explained with Examples
    • Cohens D: Definition, Using & Examples
    • Root Mean Square Error (RMSE)

    Recent Posts

    • Data Collection Methods: Step-By-Step Guide with Examples
    • ANOVA Calculator
    • Positive Predictive Value: Meaning, Formula, and Interpretation
    • Median Absolute Deviation Calculator
    • Median Absolute Deviation: Definition, Finding & Formula
    • Outlier Calculator

    Recent Comments

    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Skata na fas on Comparing Regression Lines with Hypothesis Tests
    • Jim Frost on Pareto Chart: Making, Reading & Examples

    Copyright © 2026 · Jim Frost · Privacy Policy