Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement linear regression #2

Open
strikeraryu opened this issue Sep 21, 2021 · 4 comments
Open

Implement linear regression #2

strikeraryu opened this issue Sep 21, 2021 · 4 comments
Labels
good first issue Good for newcomers

Comments

@strikeraryu
Copy link
Collaborator

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

@strikeraryu strikeraryu added the good first issue Good for newcomers label Sep 21, 2021
@GuND0Wn151
Copy link

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
Copy link
Collaborator Author

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

@m-abdollahi
Copy link
Contributor

m-abdollahi commented Sep 24, 2021

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

@strikeraryu
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants