GDG-OnCampus-BU/AI-ML-Starter

Implement linear regression

strikeraryu opened this issue · 4 comments

Implement linear regression from scratch in a proper class format.

With function like

  • fit() -> fit the model based on the input points and output points
  • predict() -> predict using input data points.

you can more functions based on your requirement.

Path /algorithm

Implementation of Linear regression using sklearn LinearRegression

The Repo Link is:
https://github.com/GuND0Wn151/Machine_learning

The Dataset is also provided in the repo

No Ml libraries should be used, it should be from scratch using gradient descent

hi @strikeraryu
can you assign it to me ?
working on it...

ok you can work on it but be sure it is proper class implementation