ucl-pond / pySuStaIn

Subtype and Stage Inference (SuStaIn) algorithm with an example using simulated data.
MIT License
125 stars 64 forks source link

Added model_selection import & simpler calculation of p_perm_k_norm in zscore model #8

Closed ahmedhshahin closed 4 years ago

ahmedhshahin commented 4 years ago

Hello,

This is a minor fix. I added the import of sklearn.model_selection in simrun.py file as in line 131 in the same file, it was called without import. This was causing an error. Also, I added a simpler calculation of p_perm_k_norm.

Regards, Ahmed