scoring

Return pipeline score as one of multiple evaluation metrics

Return pipeline score as one of multiple evaluation metrics Question: I am using a pipeline in a hyperparameter gridsearch in sklearn. I would like the search to return multiple evaluation scores – one a custom scoring function that I wrote, and the other the default score function of the pipeline. I tried using the parameter …

Total answers: 1