Closed PiotMik closed 2 years ago
For the baseline model, I went for validation on test set only, without performing cross-validation. This choice was motivated by the following arguments:
train_loss
-test_loss
and train_accuracy
-test_accuracy
during training - they stayed in line with each other during training phaseBased on that I concluded that the performance on train set and unseen test sets does not differ, hence there's no overfit and the model is well fitted.
Perform performance evaluation of the baseline model.