Customizing Scoring and Evaluation Metrics in scikit-learn
The simple scorer you forged was a solid piece of work. It took y_true and y_pred and produced a number that meant something to the business. A fine tool. But some jobs require more specialized instruments. A simple comparison of...
The post Customizing Scoring and Evaluation Metrics in scikit-learn appeared first on Python Lore.