Is there a way to define the scoring method when using hyperopt-sklearn for classifiers ?
By default, it seems to be the model.score method of sklearn, so accuracy for classifiers. But for some problems (eg : imbalanced classes), accuracy is not the best metric…