Linear Regression Flashcards
Types of regression
Simple linear regression
Multiple linear regression
Ridge regression
Logistic regression
What type of model is linear regression
Linear regression is one of the regressive prediction model
type of output of linear regression model
This model gives the output in a continuous value format (-∞ to ∞)
Linear regression model is supervised/ unsupervised learning model
supervised learning
Linear regression model is used to ______
Linear regression model is used to calculate the unknown value based on the known value
Regression definition
general equation
Regression is statistical technique used to model the relationship b/w the dependent variable and independent variable (one or more)
y = f(x, θ)
here θ denotes the set of parameters of the models i.e. m₁, m₂…mₙ, c
Types of linear regression
Simple linear regression
Multiple linear regression
Simple linear regression (definition)
This regression shows the relationship between the dependent variable and one independent variable.
What is used to make prediction in simple linear regression
Straight line equation is used as best fit line to make prediction.
equation used in simple linear regression
Multiple linear regression (definition)
This regression model shows the relationship between the dependent variable and 2 or more independent variables.
What is used to make prediction in multiple linear regression
predicted best fit line
Goal of linear regression
Goal of a linear regression is to find out the best fit line which minimises the error between the predicted output and actual output based on the historical data (training data set).
Another name of error (2)
Cost function or residual
Assumptions in linear regression
1.) Linearity
2.) Homoscedasticity
3.) No multicolinearity
Linearity
Data points are represented in the scatter plot in a linear order.