This repository holds the code for the final project for Data Science (S2024). This includes data preprocessing, model fitting, and result plotting.
Due to privacy restrictions, the data is not publicly available; therefore, the full pipeline cannot be run without providing the data. However, the code is provided for reference to show the steps taken to preprocess the data and train the models.Access may be granted upon request, with joined consent from the authors.
The code was developed and tested on a MacBook Pro with macOS (Sonoma 14.4.1, python v3.11.7).
├── data # Data not publicly available
├── fig # Result plots
├── models # Trained models and model outputs
├── .gitignore # Git ignore file
├── README.md # Project description and instructions
├── setup.sh # Shell script for environment setup
├── requirements.txt # List of Python dependencies
├── src
│ ├── analysis.ipynb # Jupyter notebook
-
Install required packages:
pip install -r requirements.txt
-
Run the setup script:
./setup.sh
This notebook contains all the necessary code and steps for the project. It includes data preprocessing, model fitting, evaluation, and visualization of the results.
Sylvain Estebe, MSc in Cognitive Science, Aarhus University
Email: [sylvain.estebe@gmail.com]
May 30, 2024
Feel free to reach out if you have any questions or need further assistance with the project.