Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Madison Carrigan BMIN5030 Final Project #200

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions 503 Final Project X.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
73 changes: 56 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,58 @@
# BMIN503/EPID600 Final Project

This repository contains templates for the final written report and GitHub repository. Follow the instructions below to clone this repository, and then turn in your final project's code via a pull request to this repository.

1. To start, **fork** this BMIN503_Final_Project repository.
1. **Clone** the forked repository to your computer.
1. Modify the files provided, add your own, and **commit** changes to complete your final project.
1. **Push**/sync the changes up to your GitHub account.
1. Create a **pull request** on this, the original BMIN503_Final_Project, repository to turn in your final project.


Follow the instructions [here][forking] if you are unsure what the above steps mean.

DUE DATE FOR FINAL VERSION: 12/13/24 11:59PM. This is a hard deadline. Turn in whatever you have by this date.


<!-- Links -->
[forking]: https://guides.github.com/activities/forking/

BMIN5030 Final Project
Project Title:
Effectiveness of AI-Based Models in Predicting Patient Mortality Outcomes

Description:
This project explores the effectiveness of AI-based models in predicting patient mortality outcomes compared to traditional clinical methods. It analyzes patient data from the MIMIC-IV database and evaluates the accuracy and potential benefits of AI in healthcare.

Objectives:
To assess the predictive accuracy of AI-based models for patient outcomes such as ICU readmissions or mortality.
To compare AI-based predictions with traditional clinical prediction methods.
To identify key factors influencing prediction accuracy.

Dataset:
Source - MIMIC-IV database

Description:
Contains de-identified health-related data associated with critical care unit patients.

Tools and Technologies:
Programming Language - R
IDE - RStudio
Libraries -
tidyverse for data manipulation and visualization,
caret for model training,
randomForest for AI-based predictions,
survival for survival analysis

Repository Structure:
data/: Contains preprocessed datasets used for modeling and analysis,
scripts/: R scripts for data processing, modeling, and analysis,
results/: Outputs, including model results and visualizations,
docs/: Project documentation and presentation files,
README.md: Project overview (this file).

Results:
The analysis demonstrates [briefly describe key findings].
Insights into the potential benefits of AI-based predictions in clinical settings are highlighted.

Limitations:
The project is limited to the scope of the MIMIC-IV dataset.
Computational constraints may affect model training and evaluation.

Future Work:
Extend the analysis to other patient outcomes.
Integrate additional datasets to improve model generalizability.
Compare other AI techniques for prediction accuracy.

Author:
Madison Carrigan,
Email: [email protected]

Acknowledgments:
Special thanks to Blanca Himes, Anastasia Lucas, Jakob Woerner, Dr. Lama Al-Aswad, and peers of BMIN5030 for their guidance and support throughout this project.

License:
This project is licensed under the MIT License.
Loading