This is our repository for the project "Scenario based survival prediction" for the 2022/2023 MALIS course at EURECOM.
- Titanic dataset from kaggle challenge https://www.kaggle.com/c/titanic
- Patitns dataset from kaggle https://www.kaggle.com/datasets/mitishaagarwal/patient
- All work has been done in the
data/
folder - The experiments are split according to the dataset they are using
- Common functionality is in the
data/utils.py
file
The requirements of the notebooks in this repository match with the ones we have been using in the labs.