Machine Learning Terminology
Machine Learning Terminology
TERMINOLOGY
TRAINING & TESTING SET
Training Dataset
1. The sample of data used to fit the model.
2. The model sees and learns from this data.
Test Dataset
1. The sample of data used to provide an unbiased evaluation of a final
model fit on the training dataset.
CROSS VALIDATION (K-FOLD)