-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move ClassificationMetrics to emloop #51
Conversation
Pull Request Test Coverage Report for Build 1104
💛 - Coveralls |
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.
Good, just one little thing
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.
Co-Authored-By: gdynusa <33875769+gdynusa@users.noreply.github.com>
Co-Authored-By: gdynusa <33875769+gdynusa@users.noreply.github.com>
Co-Authored-By: gdynusa <33875769+gdynusa@users.noreply.github.com>
Co-Authored-By: gdynusa <33875769+gdynusa@users.noreply.github.com>
""" | ||
:param predicted_variable: name of the predicted variable. | ||
:param gt_variable: name of the ground truth variable | ||
:param f1_average: averaging type {binary, micro, macro, weighted, samples} defined by | ||
`sklearn.metrics.precision_recall_fscore_support` | ||
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html |
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.
Please make a proper rst
link instead.
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.
I am fine with this, thank you guys!
Once merged, emloop-scikit should be deleted