Open exalate-issue-sync[bot] opened 1 year ago
Patrick Hall commented: Would be really nice to ...
Arno Candel commented: Yes, agree, the only point of this would be to take it a step further.
Patrick Hall commented: Moving ongoing stories for machine learning interpretability into H2O Driverless AI project.
Patrick Hall commented: Moving ongoing stories for machine learning interpretability into H2O Driverless AI project.
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.
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
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