garethjns / Kaggle-EEG

Seizure prediction from EEG data using machine learning. 3rd place solution for Kaggle/Uni Melbourne seizure prediction competition.
101 stars 29 forks source link

Features Object_checkFiles #14

Closed YasminAMassoud closed 4 years ago

YasminAMassoud commented 4 years ago

In Features object file, after calling featuresobject , compile features is called and the first part is method "check Files" which creates file names with division for example _Traindivs240.mat and then checks if it is there , and of course it doesn't exist because its not created, however the debugger enters the first if which says it exist then gives an error in the highlighted line as there's is not file to save.

image