Uh oh!
There was an error while loading. Please reload this page.
Update scoring_functions.py - #2291
Conversation
We can find accuracy by manually if we are not going to use sklearn library.
TravisBuddy
commented
Aug 8, 2020
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. |
spamegg1
commented
Sep 9, 2020
@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 ? |
Uh oh!
There was an error while loading. Please reload this page.
TravisBuddy
commented
Sep 9, 2020
Hey @tanujdhiman, TravisCI finished with status TravisBuddy Request Identifier: ade9f340-f2be-11ea-82b8-f1691ab9f797 |
* 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 <cclauss@me.com>
We can find accuracy by manually if we are not going to use sklearn library.