-
Notifications
You must be signed in to change notification settings - Fork 89
Change score
output to return one dictionary
#429
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
score
output to return one dictionaryscore
output to return one dictionary
Codecov Report
@@ Coverage Diff @@
## improved_objectives #429 +/- ##
======================================================
Coverage ? 97.44%
======================================================
Files ? 113
Lines ? 3482
Branches ? 0
======================================================
Hits ? 3393
Misses ? 89
Partials ? 0
Continue to review full report at Codecov.
|
score
output to return one dictionaryscore
output to return one dictionary
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.
Left one testing suggestion, otherwise looks great!
* Objectives API: Create new binary / multiclass pipeline classes and remove objectives from pipeline classes (#405) * Objectives API: Remove ROC and confusion matrix as objectives (#422) * Change `score` output to return one dictionary (#429) * Create binary and multiclass objective classes (#504) * Update dependencies (#412) * Hide features with zero importance in plot by default (#413) * Update dependencies check: package whitelist (#417) * Add fixes necessary for docs to build for improved objectives project (#605) * Remove calculating plot metrics from AutoML (#615)
Closes #428 after #404 is merged into
improved_objectives
branch.