-
-
Notifications
You must be signed in to change notification settings - Fork 46.7k
Update scoring_functions.py #2291
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
Conversation
We can find accuracy by manually if we are not going to use sklearn library.
Hey @tanujdhiman, TravisCI finished with status TravisBuddy Request Identifier: 1a44c980-d978-11ea-b7d0-872145514bcc |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@tanujdhiman All you need to do is remove whitespaces from lines 143 and 145 |
@spamegg1 I think it is a good practice of not dependent on some library like Sklearn. It's my suggestion. What are your views ? |
Hey @tanujdhiman, TravisCI finished with status TravisBuddy Request Identifier: ade9f340-f2be-11ea-82b8-f1691ab9f797 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure.
* Update scoring_functions.py We can find accuracy by manually if we are not going to use sklearn library. * Update scoring_functions.py * Update machine_learning/scoring_functions.py Co-authored-by: Christian Clauss <[email protected]>
We can find accuracy by manually if we are not going to use sklearn library.