<aside> 💡 For intuitive understanding of all important metrics → Confusion Matrix & more
</aside>
You can easily write custom metric functions for scikit-learn, but you need to take an extra step if you want to use those metrics in a hyperparameter search. To add a number there, you need to use a scorer instead. → Custom Metric for evaluation

<aside> 💡
Choose the right metric and plot it, both done best with skore !!!
</aside>
More details here: Accuracy
Accuracy is one of the easiest ways to evaluate the performance of your model. But it doesn’T work well for unbalanced data.
<aside> 💡
How often am I right about my prediction?
</aside>
