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

Add support for GAM metalearner_algorithm #8047

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

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

Add support for GAM as an option for metalearner_algorithm:

Currently supported: "AUTO" (GLM with non negative weights & standardization turned off, and if validation_frame is present, then lambda_search is set to True; may change over time). This is the default. "glm" (GLM with default parameters) "gbm" (GBM with default parameters) "drf" (Random Forest with default parameters) "deeplearning" (Deep Learning with default parameters) "naivebayes" (NaiveBayes with default parameters) "xgboost" (if available, XGBoost with default parameters)

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

Erin LeDell commented: Thanks [~accountid:5e875586caa47a0c19a88cd1] we will add this!

h2o-ops commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-7591 Assignee: Sebastien Poirier Reporter: Mathieu Jacob State: Open Fix Version: Backlog Attachments: N/A Development PRs: N/A