Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLProject

Repository Structure

project/
├── README.md
├── .gitignore
├── data/                    # actual MIMIC-III files, ignored by git
│   └── physionet.org/
├── configs/                 # experiment/config files
├── src/                     # all project code
│   ├── datasets/            # code to load MIMIC-III / PyHealth datasets
│   ├── preprocessing/       # code to clean data, build inputs, create splits
│   ├── models/              # baseline models + temporal transformer
│   ├── tasks/               # task-specific train/eval logic
│   └── utils/               # shared helper functions
├── scripts/                 # runnable entry-point scripts
├── logs/                    # training logs
├── checkpoints/             # saved model weights
├── results/                 # final metrics, tables, exported outputs
└── notes/                   # experiment notes / planning notes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages