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

3.3-LogisticRegression-190 行处错误 #7

Open
Soplia opened this issue Apr 7, 2022 · 1 comment
Open

3.3-LogisticRegression-190 行处错误 #7

Soplia opened this issue Apr 7, 2022 · 1 comment

Comments

@Soplia
Copy link

Soplia commented Apr 7, 2022

您好,3.3-LogisticRegression.py 190 行处是不是出错了?

@Soplia
Copy link
Author

Soplia commented Apr 7, 2022

应该把 y2 = -(w1_sk * x2 + lr.intercept_) / w2 改为 y2 = -(w1_sk * x2 + lr.intercept_) / w2_sk

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

No branches or pull requests

1 participant