I have to solve a simple binary classification problem using H2O AutoML. I'd like to know if the parameters sort_metric
and stopping_metric
can somehow influence the order of the trained model.
I try to change these two parameters using both AUC
or AUCPR
, but the performances are almost identical.
My principal objective is to obtain the best algorithms in terms of AUCPR
, so I would like to somehow influence the order of the trained models.
Does someone know how can I do so?