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.
Add a warning if a model is being trained that is not reproducible. For example, if a GBM model is trained with sampling turned on and no seed, then a warning would be outputted that this model cannot be reproduced.
This should be added for both supervised and unsupervised algorithms.
Add a warning if a model is being trained that is not reproducible. For example, if a GBM model is trained with sampling turned on and no seed, then a warning would be outputted that this model cannot be reproduced.
This should be added for both supervised and unsupervised algorithms.