h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.81k stars 1.99k forks source link

Single Decision Tree #7008

Open exalate-issue-sync[bot] opened 1 year ago

exalate-issue-sync[bot] commented 1 year ago

Implement Standard Decision Tree.

Specific task for student Yuliia Syzon.

exalate-issue-sync[bot] commented 1 year ago

Adam Valenta commented: Currently, we are focusing on binomial classification with UniformAdaptive histogram.

In progress:

Major stuff on roadmap:

Minor stuff to be done:

Other

exalate-issue-sync[bot] commented 1 year ago

Wendy Wong commented: For this JIRA, the focus is on:

For performance, please also add R single decision tree to comparison. Wendy Wong can assist in this effort.

h2o-ops commented 1 year ago

JIRA Issue Details

Jira Issue: PUBDEV-8691 Assignee: Yuliia Syzon Reporter: Adam Valenta State: In Progress Fix Version: 3.42.0.1 Attachments: N/A Development PRs: Available

h2o-ops commented 1 year ago

Linked PRs from JIRA

https://github.com/h2oai/h2o-3/pull/6182 https://github.com/h2oai/h2o-3/pull/6447

wendycwong commented 1 month ago

Next steps:

  1. add NA support;
  2. add multinomial classification;
  3. add regression.