A repository to collect utility code for the WiDS Datathon 2025: Unraveling the Mysteries of the Female Brain: Sex Patterns in ADHD.
- connectome.py: defines WiDSDataset, a torch-geometric dataset of the functional connectome graphs provided by WiDS.
This will put a copy of the git repository on your computer.
git clone https://github.com/pmfirestone/widsdatathon2025To use the WiDSDataset, you have to authenticate with kaggle. Here are the instructions on how to do that.
From the base directory of the repository, run:
pip install -r requirements.txtI recommend you use a virtual environment for this.
- Loh et al., Automated detection of ADHD: Current trends and future perspective
- Zhao et al., A dynamic graph convolutional neural network framework reveals new insights into connectome dysfunctions in ADHD
- Five articles from WiDS Community
- https://community.widsworldwide.org/posts/global-datathon-hub-2025-challenge-resources-and-tutorials
See the LICENSE file for license rights and limitations (MIT).