Project for the Statistical Learning for Healthcare Data course held at Politecnico di Milano in the academic year 2022-2023 by Professor Manuela Ferrario and Professor Anna Maria Paganoni.
🏆 This was the highest ranking project in its year batch.
- Python 3.x
- Pip (for installing Python libraries)
- Clone the repository to your local machine using the following command:
git clone https://github.com/teobucci/slhd
- Navigate to the project directory using the following command:
cd slhd
Using Pip
- Install the required libraries by running the following command:
pip install -r requirements.txt
Using Conda
- Create a new Conda environment for the project by running the following command:
conda create --name slhd python=3.x
- Activate the Conda environment by running the following command:
conda activate slhd
- Install the required scientific libraries using Conda by running the following command:
conda install --file requirements.txt
The file main.ipynb
contains all the analysis.
The final web app is available here.
Check out the final report.pdf
and the final presentation.pdf
.
- Teo Bucci (@teobucci)
- Giulia Montani (@GiuliaMontani)
- Alice Traversa (@AliceTraversa)