Neuroglycerin / hail-seizure

Submission for Kaggle's American Epilepsy Society Seizure Prediction Challenge
Apache License 2.0
2 stars 0 forks source link

utils.py build_training segments iteration #1

Closed gngdb closed 10 years ago

gngdb commented 10 years ago

build_training iterates over .keys() on both pre and inter ictal. There is no guarantee that the order will be the same between these of the segments produced. Looks like it usually is the same, but we shouldn't count on that.

gngdb commented 10 years ago

Fixed this using some hacking around, see the code if you dare.