lsa-pucrs / acerta-abide

Deep learning using the ABIDE data
GNU General Public License v2.0
45 stars 25 forks source link

How did you filter out the missing data? #12

Closed harshini-sewani closed 4 years ago

harshini-sewani commented 4 years ago

Hello Team, I really appreciate your work. I just have one question regarding the CSV dataset how did your team filter out missing data? I appreciate your help.

Looking forward to your response.

anibalsolon commented 4 years ago

Hi @harshini-sewani

We used the participants that have values in the fields FILE_ID, DX_GROUP, SEX, and SITE_ID. We dropped the ones which do not.

If you plan to use other columns, such as from assessments, I would recommend checking the original ABIDE dataset publication.

harshini-sewani commented 4 years ago

Hi Team, Thank you so much for the quick response.