-
Notifications
You must be signed in to change notification settings - Fork 92
Allow precision-recall to handle 2d predicted probabilities; docs updates #2090
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
Codecov Report
@@ Coverage Diff @@
## main #2090 +/- ##
=========================================
+ Coverage 100.0% 100.0% +0.1%
=========================================
Files 296 296
Lines 24677 24712 +35
=========================================
+ Hits 24659 24694 +35
Misses 18 18
Continue to review full report at Codecov.
|
da3683a to
ac9fa16
Compare
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.
| "cell_type": "markdown", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "Now let's train a decision tree on some data." |
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.
Begun, the Grammar Wars have.
… from featuretools
This reverts commit 6464953.
96a0282 to
d6dc364
Compare

Changes:
train_pipelines/score_pipelines, automl and pipeline save/load (fix Add user guide entry for pipeline save/load methods #2083 ), move DT viz lower in model understanding guide. Update automl guide to use training-holdout split.PipelineBaseerror.