h2o-3 icon indicating copy to clipboard operation
h2o-3 copied to clipboard

Enable set auc_type parameter when using H2OAutoML

Open MohanadElMetwally opened this issue 10 months ago • 1 comments

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?

MohanadElMetwally avatar Apr 27 '24 11:04 MohanadElMetwally

Hi @MohanadElMetwally. Thanks for reporting this issue. This is a bug we need to fix it.

We need to add the possibility of setting auc_type parameter to users of H2OAutoML.

maurever avatar May 09 '24 08:05 maurever