Implement accuracy metric for multiclass classification#47772
Merged
przemekwitek merged 4 commits intoelastic:masterfrom Nov 21, 2019
Merged
Implement accuracy metric for multiclass classification#47772przemekwitek merged 4 commits intoelastic:masterfrom
przemekwitek merged 4 commits intoelastic:masterfrom
Conversation
6cfe113 to
e96245f
Compare
Author
|
run elasticsearch-ci/packaging-sample-matrix |
e96245f to
0c4db9b
Compare
98060df to
982e920
Compare
Author
|
run elasticsearch-ci/packaging-sample-matrix |
Closed
3 tasks
Collaborator
|
Pinging @elastic/ml-core (:ml) |
982e920 to
9973280
Compare
Author
|
run elasticsearch-ci/packaging-sample-matrix |
benwtrent
reviewed
Nov 13, 2019
.../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
Outdated
Show resolved
Hide resolved
9973280 to
f51c0e0
Compare
e449e00 to
68546e3
Compare
Author
|
run elasticsearch-ci/packaging-sample-matrix |
b42a56e to
0d27179
Compare
Author
|
run elasticsearch-ci/packaging-sample-matrix |
benwtrent
approved these changes
Nov 21, 2019
Member
benwtrent
left a comment
There was a problem hiding this comment.
A testament to how flexible and awesome the aggs framework is :D
przemekwitek
pushed a commit
that referenced
this pull request
Nov 21, 2019
This was referenced Feb 3, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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