Effective integration of diverse biomarkers and risk factors for robust prediction of Alzheimer's Dementia.
This project uses a Conda environment for dependency management. To install the necessary dependencies, follow these steps:
-
Install Miniconda or Anaconda:
If you haven't installed Conda yet, download and install Miniconda. -
Clone the Repository:
Open your terminal and run:git clone https://github.com/lukeblevins/ad-pred cd ad-pred
-
Create the Conda Environment:
Run the following command to create a new environment using the provided environment.yml file:conda env create -f environment.yml
-
Activate the Environment:
Once the environment is created, activate it using:conda activate ad_pred
-
Include the Dataset Files: Copy dataset .csv items to
./data/all
and ensure their file names correspond to those referenced bydatasets.json
-
Additional Guidance:
Review the additional contributors guide provided in the repository if necessary: Coming Soon
Once the environment and datasets are set up, you can run the module that corresponds to the data_processing.py
script:
python -m src.data_processing
Please fork the repository, create a new branch for your feature or bug fix, and submit a pull request. For major changes, please open an issue first and discuss your change.
This project is currently closed-source.