Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 289 Bytes

File metadata and controls

9 lines (7 loc) · 289 Bytes

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