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.
We should add a function to save either a grid of models to disk, or an arbitrary list of models to disk. This may be best to implement after the concept of Model Groups are established, so we can use this functionality.
Related (since we may just make a generic h2o.saveModels() function that works on Grid, AutoML and Stacked Ensembles):
We should add a function to save either a grid of models to disk, or an arbitrary list of models to disk. This may be best to implement after the concept of Model Groups are established, so we can use this functionality.
Related (since we may just make a generic
h2o.saveModels()
function that works on Grid, AutoML and Stacked Ensembles):This ticket is for saving binary models, but we may also consider making a version of this ticket for MOJOs.