metrics

Learning Curve

396 words/2 min read

Imagine you have four classifiers with similar accuracies. Are they really similar? Plotting a learning curve might reveal a hidden side to these classifiers.

The Validation Curve

The Validation Curve

Tells you where to get off

424 words/2 min read
Sometimes, you need to know when to stop training your model; this curve helps you decide. Let us see the validation curve applied to an Adaboost classifier use case.