surya-veer / LinearRegression-Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinearRegression - Different Implementations

1. Using Statistical Model

This is the result of this model

  1. Dotted blue points are our data set
  2. Solid line is our LR line
  3. Orange point is prediction corresponding to x = 7.5 -> y = 6.58928571429

LR

About


Languages

Language:Python 100.0%