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

An error in "Math | Logistic Regression" #3

Closed
ghosthamlet opened this issue Dec 27, 2018 · 1 comment
Closed

An error in "Math | Logistic Regression" #3

ghosthamlet opened this issue Dec 27, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@ghosthamlet
Copy link

ghosthamlet commented Dec 27, 2018

In the [section:] Hypothesis (the Model) (https://github.com/trekhleb/homemade-machine-learning/tree/master/homemade/logistic_regression#hypothesis-the-model),
Under this line "Now we my write down the hypothesis as follows:"
Predict y = 0 ... < 0.5 ... >= 0, Predict y = 1 ... > 0.5 ... < 0,
may should be ... < 0.5 ... < 0, ... >= 0.5 ... >= 0

@trekhleb trekhleb added the bug Something isn't working label Dec 27, 2018
@trekhleb
Copy link
Owner

@ghosthamlet , thanks for noticing that! It is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants