Regression
Regression
Definition
• Regression is a statistical approach to analyze the relationship
between a dependent variable (target variable) and one or more
independent variables (predictor variables). The objective is to
determine the most suitable function that characterizes the connection.
• It is a supervised machine learning technique, used to predict the
value of the dependent variable for new, unseen data. It models the
relationship between the input features and the target variable,
allowing for the estimation or prediction of numerical values. between
these variables.
Terminologies of Regression Analysis
• Simple Regression
• Used to predict a continuous dependent variable based on a single independent
variable.
• Simple linear regression should be used when there is only a single independent
variable.
• Multiple Regression
• Used to predict a continuous dependent variable based on multiple independent
variables.
• Multiple linear regression should be used when there are multiple independent
variables.
• NonLinear (Polynomial) Regression
• Relationship between the dependent variable and independent variable(s) follows a
nonlinear pattern.
• Provides flexibility in modeling a wide range of functional forms.
Characteristics of Regression
Where z=w⋅X+b