Skip to content

vic-cheung/aki-forecaster

Repository files navigation

aki-forecaster

AUTHOR: VICTORIA CHEUNG

start date: 2020-0601

end date: 2020-0612

predicting AKI using the MIMIC-III database

@ https://mimic.physionet.org/gettingstarted/access/

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
│
│
├── models             <- Trained and serialized models, model predictions, or model summaries
│
│
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
├── src                <- Source code for use in this project.
│   ├── __init__.py    <- Makes src a Python module
│   │
│   ├── data           <- Scripts to download or generate data
│   │   └── make_dataset.py
│   │
│   ├── features       <- Scripts to turn raw data into features for modeling
│   │   └── build_features.py
│   │
│   ├── models         <- Scripts to train models and then use trained models to make
│   │                     predictions
│   │   
│   │   
│   │
│   └── visualization  <- Scripts to create exploratory and results oriented visualizations
│
│
├── spec-file.txt      <- Create an identical virtual environment. 
                          `conda create --name myenv --file spec-file.txt`

Project based on the cookiecutter data science project template. #cookiecutterdatascience