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.92k stars 2k forks source link

Expose Decision Tree as a stand-alone algo in H2O #11214

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

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

We should decide whether we want to make a new REST endpoint for this (e.g. /3/ModelBuilders/decisiontree) or if we want to simply wrap the Random Forest or GBM function at the R/Py client level. However, if it's done in H2O core, then it will show up in Flow as well, which is nice.

You can get a single decision tree by setting the following args in RF:

Or, you can get a single decision tree by setting the following args in GBM (maybe this is better because it skips the data-dependent mtries arg):

I'm wondering if we also want to set max_depth to something large so that we don't apply regularization by default...

Related: https://0xdata.atlassian.net/browse/PUBDEV-4007

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

Patrick Hall commented: Would be really nice to ...

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

Arno Candel commented: Yes, agree, the only point of this would be to take it a step further.

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

Patrick Hall commented: Moving ongoing stories for machine learning interpretability into H2O Driverless AI project.

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

Patrick Hall commented: Moving ongoing stories for machine learning interpretability into H2O Driverless AI project.

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

Erin LeDell commented: Why was this closed? I am going to re-open it. This is not just relevant to MLI, this is a general H2O improvement.

h2o-ops commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-4324 Assignee: Navdeep Gill Reporter: Erin LeDell State: Reopened Fix Version: N/A Attachments: N/A Development PRs: N/A