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

GH-16433 Fixed misc small errors in GAM, GLM, ModelSelection toolboxes [nocheck] #16435

Open wendycwong opened 1 month ago

wendycwong commented 1 month ago

Fixes the issues here: https://github.com/h2oai/h2o-3/issues/16433

There are a bunch of small issues associated with many toolboxes that @maurever think I should take it out of the HGLM PR. I collected all of them into one PR instead of many PRs because our Jenkins is overloaded at this point.