Diff of /README.md [000000] .. [396da9]

Switch to unified view

a b/README.md
1
## Overview
2
This repository contains the code and documentation for Assignment 1 of SPH-6004, where we build a predictor that estimates the patients' risk of kidney failure in the Intensive Care Unit (ICU). The assignment focuses on developing a predictive model using clinical data to help identify patients at higher risk of kidney failure, enabling early intervention and improved patient outcomes.
3
4
## Dataset
5
The dataset used for this assignment is sourced from MIMIC-IV. It contains de-identified health-related data of over forty thousand patients who stayed in critical care units at the Beth Israel Deaconess Medical Center, which are used to train and evaluate the predictive model.
6
7
## Methodology
8
- **Data Preprocessing**: The dataset underwent preprocessing steps such as handling missing values, encoding categorical variables, and scaling numerical features.
9
- **Model Selection**: Several machine learning models were considered and evaluated for their performance in predicting kidney failure risk. Models included Logistic Regression, Decision Tree, Random Forest, and Support Vector Machine.
10
- **Model Training and Evaluation**: The selected model was trained on the preprocessed data and evaluated using appropriate metrics such as accuracy, precision, recall, and F1-score.
11
12
## Repository Content
13
- `Assignment1_code.ipynb`: Contains data preprocessing and all model implementation.
14
- `Experimental Results.png`: Table that shows model performance.
15
- `Experimental Setup.png`: Flowchart for model architecture.
16
17
## Contributors
18
- LIN KUNSHI