Definition

def

Regression is a type of supervised machine learning where the model learns to predict a continuous numerical value based on input data, by finding the relationship between input features and a known output during training.

Example :

regression

Types of Regression Algorithms :

  1. Linear Regression
    1. Simple Linear Regression
    2. Multiple Linear Regression