NLeSC / mcfly-tutorial

tutorial for mcfly repository
Apache License 2.0
77 stars 40 forks source link

Random validation set in preprocessing of pamap2 #35

Closed dafnevk closed 5 years ago

dafnevk commented 7 years ago

Right now, the preprocessing of Pamap2 for the tutuorial, separates some subjects for validation and test, but this gives not good performance. We want a random subset for validation, with a parameter for the validation set size.

vincentvanhees commented 5 years ago

This issue is specific to the mcfly-tutorial and not to the mcfly code itself.

The issue seem to have been addressed, because there now is a function split_data_random, which takes a random sub-sample as opposed to the user-specified sample as used before.