(CentreforKnowledgeTransfer)
institute
Introduction to Regression
Dr. C.V. Suresh Babu
(CentreforKnowledgeTransfer)
institute
Discussion Topics
 What is Regression Analysis?
 Why do we use Regression Analysis?
 What are the types of Regressions?
 How to select the right Regression Model?
(CentreforKnowledgeTransfer)
institute
What is Regression Analysis?
 Regression analysis is a form of predictive modelling technique which investigates the relationship
between a dependent (target) and independent variable (s) (predictor).
 This technique is used for forecasting, time series modelling and finding the causal effect
relationship between the variables.
 For example, relationship between rash driving and number of road accidents by a driver is best
studied through regression.
 Regression analysis is an important tool for modelling and analyzing data.
Here, we fit a curve / line to the data points, in such a
manner that the differences between the distances of
data points from the curve or line is minimized.
(CentreforKnowledgeTransfer)
institute
Regression Analysis
 Regression Analysis is a statistical process for estimating the relationships between the dependent
variables or criterion variables and one or more independent variables or predictors.
 Regression analysis explains the changes in criteria in relation to changes in select predictors.
 The conditional expectation of the criteria is based on predictors where the average value of the
dependent variables is given when the independent variables are changed.
 Three major uses for regression analysis are determining the strength of predictors, forecasting
an effect, and trend forecasting.
(CentreforKnowledgeTransfer)
institute
Why do we use Regression Analysis?
 As mentioned above, regression analysis estimates the relationship between two or more
variables. Let’s understand this with an easy example:
 Let’s say, you want to estimate growth in sales of a company based on current economic
conditions. You have the recent company data which indicates that the growth in sales is around
two and a half times the growth in the economy. Using this insight, we can predict future sales of
the company based on current & past information.
(CentreforKnowledgeTransfer)
institute
When Regression is chosen?
 A regression problem is when the output variable is a real or continuous value, such as “salary” or
“weight”.
 Many different models can be used, the simplest is linear regression.
 It tries to fit data with the best hyperplane which goes through the points.
(CentreforKnowledgeTransfer)
institute
Benifits
 There are multiple benefits of using regression analysis. They are as follows:
 It indicates the significant relationships between dependent variable and independent variable.
 It indicates the strength of impact of multiple independent variables on a dependent variable.
 Regression analysis also allows us to compare the effects of variables measured on different
scales, such as the effect of price changes and the number of promotional activities. These
benefits help market researchers / data analysts / data scientists to eliminate and evaluate the
best set of variables to be used for building predictive models.
(CentreforKnowledgeTransfer)
institute
How many types of regression techniques do we
have?
 There are various kinds of regression techniques available to make predictions. These techniques
are mostly driven by three metrics (number of independent variables, type of dependent
variables and shape of regression line).
 For the creative ones, you can even cook up new regressions, if you feel the need to use a
combination of the parameters above, which people haven’t used before.
(CentreforKnowledgeTransfer)
institute
Types of Regression
Let us understand the most commonly used regressions:
 Linear regression
 Polynomial regression
 Stepwise regression
 Ridge regression I
 Lasso regression
 ElasticNet regression

Introduction to regression

  • 1.
  • 2.
    (CentreforKnowledgeTransfer) institute Discussion Topics  Whatis Regression Analysis?  Why do we use Regression Analysis?  What are the types of Regressions?  How to select the right Regression Model?
  • 3.
    (CentreforKnowledgeTransfer) institute What is RegressionAnalysis?  Regression analysis is a form of predictive modelling technique which investigates the relationship between a dependent (target) and independent variable (s) (predictor).  This technique is used for forecasting, time series modelling and finding the causal effect relationship between the variables.  For example, relationship between rash driving and number of road accidents by a driver is best studied through regression.  Regression analysis is an important tool for modelling and analyzing data. Here, we fit a curve / line to the data points, in such a manner that the differences between the distances of data points from the curve or line is minimized.
  • 4.
    (CentreforKnowledgeTransfer) institute Regression Analysis  RegressionAnalysis is a statistical process for estimating the relationships between the dependent variables or criterion variables and one or more independent variables or predictors.  Regression analysis explains the changes in criteria in relation to changes in select predictors.  The conditional expectation of the criteria is based on predictors where the average value of the dependent variables is given when the independent variables are changed.  Three major uses for regression analysis are determining the strength of predictors, forecasting an effect, and trend forecasting.
  • 5.
    (CentreforKnowledgeTransfer) institute Why do weuse Regression Analysis?  As mentioned above, regression analysis estimates the relationship between two or more variables. Let’s understand this with an easy example:  Let’s say, you want to estimate growth in sales of a company based on current economic conditions. You have the recent company data which indicates that the growth in sales is around two and a half times the growth in the economy. Using this insight, we can predict future sales of the company based on current & past information.
  • 6.
    (CentreforKnowledgeTransfer) institute When Regression ischosen?  A regression problem is when the output variable is a real or continuous value, such as “salary” or “weight”.  Many different models can be used, the simplest is linear regression.  It tries to fit data with the best hyperplane which goes through the points.
  • 7.
    (CentreforKnowledgeTransfer) institute Benifits  There aremultiple benefits of using regression analysis. They are as follows:  It indicates the significant relationships between dependent variable and independent variable.  It indicates the strength of impact of multiple independent variables on a dependent variable.  Regression analysis also allows us to compare the effects of variables measured on different scales, such as the effect of price changes and the number of promotional activities. These benefits help market researchers / data analysts / data scientists to eliminate and evaluate the best set of variables to be used for building predictive models.
  • 8.
    (CentreforKnowledgeTransfer) institute How many typesof regression techniques do we have?  There are various kinds of regression techniques available to make predictions. These techniques are mostly driven by three metrics (number of independent variables, type of dependent variables and shape of regression line).  For the creative ones, you can even cook up new regressions, if you feel the need to use a combination of the parameters above, which people haven’t used before.
  • 9.
    (CentreforKnowledgeTransfer) institute Types of Regression Letus understand the most commonly used regressions:  Linear regression  Polynomial regression  Stepwise regression  Ridge regression I  Lasso regression  ElasticNet regression