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

[ML] Introduce classification analysis type #46735

Closed
9 tasks done
przemekwitek opened this issue Sep 16, 2019 · 2 comments
Closed
9 tasks done

[ML] Introduce classification analysis type #46735

przemekwitek opened this issue Sep 16, 2019 · 2 comments
Labels
:ml Machine learning

Comments

@przemekwitek
Copy link
Contributor

przemekwitek commented Sep 16, 2019

Alongside regression, we'd also like to have classification analysis type where the output value is categorical rather than numerical.

Steps:

Enhancements:

  • support for boolean and integer types for dependent variable
  • set the default for num_top_classes param to 2
  • make format of MulticlassConfusionMatrix metric result more understandable
  • default "prediction_field_name" to (dependent_variable + "_prediction")
@przemekwitek przemekwitek added the :ml Machine learning label Sep 16, 2019
@przemekwitek przemekwitek self-assigned this Sep 16, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@przemekwitek
Copy link
Contributor Author

Marking this master issue as closed.
Feel free to create separate issues for bugs/enhancements related to classification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml Machine learning
Projects
None yet
Development

No branches or pull requests

2 participants