Open
Description
Scikit-learn's model selection modules such as RandomizedSearchCV and HalvingRandomSearchCV use the feature name scoring
instead of metric
. We should follow scikit-learn here and deprecate the argument metric
and replace it by scoring
.