Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views25 pages

Linear Regression

The document presents an overview of linear regression, a method for modeling target values based on independent predictors, primarily used for forecasting and analyzing cause and effect relationships. It discusses the differences in regression techniques based on the number of independent variables and their relationships with dependent variables. Additionally, it mentions the implementation of linear regression using Python and testing with the Boston dataset.

Uploaded by

abhikc2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views25 pages

Linear Regression

The document presents an overview of linear regression, a method for modeling target values based on independent predictors, primarily used for forecasting and analyzing cause and effect relationships. It discusses the differences in regression techniques based on the number of independent variables and their relationships with dependent variables. Additionally, it mentions the implementation of linear regression using Python and testing with the Boston dataset.

Uploaded by

abhikc2005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

LINEAR

REGRESSION
PRESENTED BY,
SUJI JOSE
ASSISTANT PROFESSOR
DDUKK,CUSAT
Regression is a method of modelling a
target value based on independent
predictors.

This method is mostly used for forecasting


and finding out cause and effect
REGRESSION relationship between variables.

Regression techniques mostly differ based


on the number of independent variables
and the type of relationship between the
independent and dependent variables.
INDEPENDENT AND DEPENDENT
VARIABLES
INDEPENDENT AND DEPENDENT
VARIABLES
NUMERICAL AND CATEGORICAL VALUE
LINEAR REGRESSION
REGRESSION EQUATION

Y -Intercept
LINEAR
REGRESSION
IMPLEMENTATION
USING
PYTHON
For generality, we define:
x as feature vector, i.e x = [x_1, x_2, …., x_n],
y as response vector, i.e y = [y_1, y_2, …., y_n]
for n observations (in above example, n=10).
TESTING USING
BOSTON
DATASET

You might also like