Loading...

Supervised Learning

Learning a mapping from inputs to known labels using labelled training examples.

When to use: When you have labels (or can get them) and the goal is to predict that same label on new data.

Example: Predict whether a credit card transaction is fraudulent given amount, merchant, and hour, trained on 100k historically labelled transactions.

More ML Algorithms Glossary terms