EEG_Emotion_Classifier_DEAP icon indicating copy to clipboard operation
EEG_Emotion_Classifier_DEAP copied to clipboard

Overfitting issues.

Open Luab opened this issue 6 years ago • 1 comments
trafficstars

Good day. Thanks for sharing your code. I have noticed an error in your train/test splitting. First, you create overlapping windows and then divide data into train/test parts. This means that same data points go to both train and test distributions, resulting in significant overfit of your models.

Luab avatar Dec 04 '18 19:12 Luab

Crap, you are correct about the overlapping windows. Random Forest does not over-fit but the accuracy lows down to 72%.

tongdaxu avatar Dec 06 '18 23:12 tongdaxu