Loading...

Training Set

The portion of labelled data used to fit the model parameters.

When to use: Always; the split is the first defence against fooling yourself about model quality.

Example: Take 100k labelled reviews: train 70k, validation 15k, test 15k. Fit on train, tune on validation, report final numbers from test only once.

More ML Algorithms Glossary terms