ramos-ai / MoStress

Implementation of MoStress: a Sequence Model for Stress Classification
MIT License
13 stars 2 forks source link

Implement K-Fold Cross-Validation #3

Open arturossouza opened 2 years ago

arturossouza commented 2 years ago

Right now, MoStress use WESAD data of 14 subjects to train the model, and there is one subject data which is not use to train the model and is used to make classifications.

We need to implement K-Fold Cross-Validation to improve MoStress validation process.