Skip to content

mscodes-2496/Machine-Learning

Repository files navigation

Machine-Learning

Steps involved in linear regression:

  1. Aim is to predict the dependent variable Y given the set of independent variable(features) X

2.The regression line equation is given by, Y = b + a*X - where b is the y-intercept and a is the slope

  1. Find pearson correlation coefficient(r) The Pearson product-moment correlation coefficient is a measure of the strength of the linear relationship between two variables.

  2. Find y-intercept and slope

alt text

  1. Substitute the slope and y-intercept values in regression line and view it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors