-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[ML] Introduce classification analysis type #46735
Labels
:ml
Machine learning
Comments
Pinging @elastic/ml-core |
This was referenced Sep 25, 2019
This was referenced Oct 7, 2019
This was referenced Oct 15, 2019
sophiec20
changed the title
Introduce classification analysis type
[ML] Introduce classification analysis type
Oct 16, 2019
This was referenced Oct 17, 2019
Marking this master issue as closed. |
24 tasks
This was referenced Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alongside regression, we'd also like to have classification analysis type where the output value is categorical rather than numerical.
Steps:
Introduce classification analysis runner. ml-cpp#701
Implement new analysis type: classification #46537
Allow evaluation to consist of multiple steps. #46653
Implement evaluation API for multiclass classification problem #47126
Implement new analysis type: classification #46537
Implement evaluation API for multiclass classification problem #47126
Add MlClientDocumentationIT tests for classification. #47569
Enhancements:
num_top_classes
param to2
The text was updated successfully, but these errors were encountered: