-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Implement accuracy metric for multiclass classification #47772
Conversation
6cfe113
to
e96245f
Compare
run elasticsearch-ci/packaging-sample-matrix |
e96245f
to
0c4db9b
Compare
98060df
to
982e920
Compare
run elasticsearch-ci/packaging-sample-matrix |
Pinging @elastic/ml-core (:ml) |
982e920
to
9973280
Compare
run elasticsearch-ci/packaging-sample-matrix |
.../main/java/org/elasticsearch/xpack/core/ml/dataframe/evaluation/classification/Accuracy.java
Outdated
Show resolved
Hide resolved
.../main/java/org/elasticsearch/xpack/core/ml/dataframe/evaluation/classification/Accuracy.java
Outdated
Show resolved
Hide resolved
.../main/java/org/elasticsearch/xpack/core/ml/dataframe/evaluation/classification/Accuracy.java
Show resolved
Hide resolved
9973280
to
f51c0e0
Compare
e449e00
to
68546e3
Compare
run elasticsearch-ci/packaging-sample-matrix |
b42a56e
to
0d27179
Compare
run elasticsearch-ci/packaging-sample-matrix |
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.
A testament to how flexible and awesome the aggs framework is :D
Implement accuracy metric for multiclass classification.
Accuracy is a metric that answers the question: "What fraction of examples have been classified correctly by the classifier?"
Relates #48759