Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 628 Bytes

MALIS-survival-prediction

This is our repository for the project "Scenario based survival prediction" for the 2022/2023 MALIS course at EURECOM.

Datasets

  1. Titanic dataset from kaggle challenge https://www.kaggle.com/c/titanic
  2. Patitns dataset from kaggle https://www.kaggle.com/datasets/mitishaagarwal/patient

Structure

  • 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

Requirements

The requirements of the notebooks in this repository match with the ones we have been using in the labs.