Skip to content
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

[7.12] [DOCS] Adds screenshot and short explanation on ROC curve in classification example (#1585) #1587

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/en/stack/ml/df-analytics/flightdata-classification.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,16 @@ the test data set. When you perform {classanalysis} on your own data, it might
take multiple iterations before you are satisfied with the results and ready to
deploy the model.

{kib} also provides the _receiver operating characteristic (ROC) curve_ as part
of the model evaluation. The plot compares the true positive rate (y-axis) to
the false positive rate (x-axis) for each class; in this example, `true` and
`false`. From this plot, the area under the curve (AUC) value is computed. It is
a number between 0 and 1. The higher the AUC, the better the model is at
predicting the classes correctly.

[role="screenshot"]
image::images/flights-classification-roc-curve.jpg["Evaluation of a classification job in {kib} – ROC curve"]

You can also generate these metrics with the
{ref}/evaluate-dfanalytics.html[{dfanalytics} evaluate API]. For more
information about interpreting the evaluation metrics, see
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.