Implement linear regression
strikeraryu opened this issue · 4 comments
strikeraryu commented
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
GuND0Wn151 commented
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
strikeraryu commented
No Ml libraries should be used, it should be from scratch using gradient descent
m-abdollahi commented
hi @strikeraryu
can you assign it to me ?
working on it...
strikeraryu commented
ok you can work on it but be sure it is proper class implementation