August 5, 2020
TESTING OUR MODEL
Training Set
Validation Set
Test Set
Making predictions and classifications.
Training Set is the data the algorithm will learn from.
Validation Set is use to compute the accuracy or error of the classifier.
Ways of checking accuracy:
Validation Error
Precision Recall
F1 Score
In general, using 80% of your data for Training and 20% for Validation is a good place to start.
Test Set - once we are happy with our model’s performance, we use this as a final validation and test of our model to see the accuracy.