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.
In working on deeplearning mojo, found that missing_values for categorical NAN is always set to the extra categorical level set aside during training. For numerical NAN, it is always filled 0 which is correct when standardize is set to True. Need to make sure this imputation method is consistent with other algos of H2O.
In working on deeplearning mojo, found that missing_values for categorical NAN is always set to the extra categorical level set aside during training. For numerical NAN, it is always filled 0 which is correct when standardize is set to True. Need to make sure this imputation method is consistent with other algos of H2O.