Latter_Security9389

Latter_Security9389 t1_izirxj3 wrote

You are missing a test split. It's common to pick the best validation checkpoint but you still want a test split (that's completely unseen during training/model picking) to test your model.

You also need to be careful with the metrics you look at to test your model because your classes are very imbalanced.

3