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

Add minor fixes to GAM, GLM, ModelSelection #16433

Open wendycwong opened 1 month ago

wendycwong commented 1 month ago

There are a bunch of changes I noticed while working on HGLM. I am putting them all here for simplicity:

GAM.java: image

GLM.java image

image

image

gen_gam.py, remove _additional_used_columns from it.

image