Targeting Uncertainty with Active Learning
Become familiar with active learning and how it helps improve binary classification.
We'll cover the following...
The costs in real-world entity resolution can grow out of control for several reasons, one being creating labels for model training. The number of available record pairs to choose from for labeling is massive. How can we make the best out of our typically limited budget?
In this lesson, we start from an existing training dataset and explore how to add a small batch of labels, keeping the added costs low while maximizing the classification model performance improvements. ...