Back To Projects

A Logistic Regression Model for Intraoperative Hypotension Prediction

Maryam A.

This paper presents a study on using a logistic regression model for the prediction of intraoperative hypotension, a common but critical situation occurring during surgeries where the patient's blood pressure drops significantly.


This paper presents a study on using a logistic regression model for the prediction of intraoperative hypotension, a common but critical situation occurring during surgeries where the patient's blood pressure drops significantly. The model was developed using the Python scikit-learn library and was trained on 80% of the available data, while the remaining 20% was used for testing and evaluation. After preprocessing the data, the logistic regression model was trained and then predicted the occurrence of hypotension. The model demonstrated high accuracy, with 97.92% for predictions one minute ahead, but a slight decrease in accuracy was observed as the prediction time increased. When personalized for this type of surgery, the model's performance improved for only a few surgeries, otherwise not highlighting the efficacy of an individualized approach. However, the model faced limitations in predicting hypotensive events beyond a few minutes in advance, necessitating future exploration of more advanced machine learning models. While the logistic regression model's performance was promising, other machine learning models like gradient boosting and random forest algorithms also show high potential. The research underscores the potential of machine learning models in enhancing patient safety and optimizing surgery outcomes through accurate prediction of intraoperative hypotension.This paper presents a study on using a logistic regression model for the prediction of intraoperative hypotension, a common but critical situation occurring during surgeries where the patient's blood pressure drops significantly. The model demonstrated high accuracy, with 97.92% for predictions one minute ahead, but a slight decrease in accuracy was observed as the prediction time increased. When personalized for type of surgery, the model's performance improved for only certain surgeries, not showing a significant improvement overall. While the logistic regression model's performance was promising, other machine learning models like gradient boosting and random forest algorithms also show high potential.

Maryam A.

Related Projects

Predicting Dementia using AI

This project involved researching and utilizing AI models to predict whether an individual is demented or non-demented based on factors like age, gender, dominant hand, brain size, and education.
Satvi M.
Mentored by James Thomson
workspace_premium
Using Machine Learning to Detect Alzheimer’s Disease in MRI Scans

We aimed to answer the question about if Magnetic Resonance Imaging (MRI) scans, which are often used in the diagnosing of other neurological disorders, can be used to diagnose AD in patients.
Sam L.
Mentored by Ivan Villa-Renteria
Height Prediction Using Basic Data

I used basic data sets to see if some learning models have a chance of predicting height based on country and age.
Daniel S.
Mentored by Jonathan Delgadillo Lorenzo