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 logistic regression #1

Open
strikeraryu opened this issue Sep 21, 2021 · 1 comment
Open

Implement logistic regression #1

strikeraryu opened this issue Sep 21, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@strikeraryu
Copy link
Collaborator

strikeraryu commented Sep 21, 2021

Implement logistic regression from scratch in a proper class format.

With function like

  • fit() -> fit the model based on the input points and output points
  • predict_proba() -> give the prediction value for each input points.
  • predict() -> predict class using specific threshold.

you can more functions based on your requirement.

Path /algorithm

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

Hi @strikeraryu
Can you assign it to me ?
I'm working on it :)

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

2 participants