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

Add print method for Stacked Ensemble in R #8322

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

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

We currently do not have a nice print method for Stacked Ensemble models in R. We can make use of the ensemble@model$model_summary info: https://github.com/h2oai/h2o-3/commit/7906280685279be696ef077af73f535064ae3895

h2o-ops commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-7315 Assignee: Tomas Fryda Reporter: Erin LeDell State: Open Fix Version: N/A Attachments: N/A Development PRs: Available

Linked PRs from JIRA

https://github.com/h2oai/h2o-3/pull/4695