Revolutionizing Patient Care: Leveraging Machine Learning and AI to Predict Surgery Outcomes

  • Data Collection: We compiled a comprehensive dataset integrating baseline patient demographics, medical history, procedural details, and biomarkers. These characteristics were merged with Thromboelastography (TEG) values, which measure blood clotting ability and were recorded at different time points. Additionally, synthetic data was integrated to enhance the dataset while maintaining data integrity.
  • Data Preprocessing: Advanced imputation techniques were implemented to address missing data and bolster the dataset’s reliability. This process reduced biases related to data scale and format, resulting in more accurate model training.
  • Model Development: Given the limited data, we applied techniques like SMOTE and other synthetic data methods to improve accuracy while maintaining sensitivity. Machine learning models explored included Logistic Regression, Decision Trees, Gradient Boosting, Support Vector Machines, Gaussian Naive Bayes, and k-nearest neighbors. Each model was rigorously trained and evaluated to determine the best fit for the task.