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.
When I train a model using H2OAutoML for a multiclassification problem there is a parameters called auc_type that prevents the calculation of multinomial_auc_table and multinomial_aucpr_table since its set to "auto" by default. How can I change this parameter to make those 2 functions work?
When I train a model using H2OAutoML for a multiclassification problem there is a parameters called auc_type that prevents the calculation of multinomial_auc_table and multinomial_aucpr_table since its set to "auto" by default. How can I change this parameter to make those 2 functions work?