Classifier Evaluation
Learn the concept of a confusion matrix and how we can implement it.
We'll cover the following...
As mentioned in the section How does machine learning work?, the evaluation is one central part of every machine learning algorithm. It may seem trivial at first sight. Yet, deciding on the right measure is a crucial step. ...