Related Experiment Video
Updated: Jan 9, 2026

Constructing and Visualizing Models using Mime-based Machine-learning Framework
Published on: July 22, 2025
A modern AI framework integrating deep imputation, synthetic data balancing, and explainable modeling for survival
Zeynep Banu Ozger1, Pınar Cihan2, Isa Ozaydin3
1Department of Computer Engineering, Faculty of Engineering and Architecture, Kahramanmaras Sutcu Imam University, Kahramanmaraş, Türkiye.
Background:
Artificial intelligence (AI) has emerged as one of the most transformative tools for developing clinical decision-support systems in veterinary medicine. Despite its growing use, its full potential remains underutilized in equine medicine, an area of both high economic and clinical importance. Accurate survival prediction in horses with colic is crucial for timely intervention and improved clinical outcomes.
Methods:
This study aimed to predict survival outcomes in horse colic cases by developing models that combine traditional machine-learning algorithms (XGBoost, Light Gradient Boosting Machine [LightGBM], and Categorical Boosting [CatBoost]) with advanced deep-learning architectures (TabNet, Feature Tokenizer Transformer [FT_Transformer], and Neural Oblivious Decision Ensemble [NODE]). Missing clinical data were imputed using deep-learning-based approaches-Generative Adversarial Imputation Networks (GAIN-OneHot, GAIN-Emb) and Missing Data Imputation via Denoising Autoencoder (MIDAS). Class imbalance was addressed through Conditional Tabular Generative Adversarial Network (CTGAN) and Tabular Variational Autoencoder (TVAE). Model interpretability was assessed using the SHapley Additive exPlanations (SHAP)-based Explainable Artificial Intelligence (XAI) framework to identify the most influential features contributing to survival prediction.
Results:
Among the tested combinations, the TVAE-GAIN-OneHot-LightGBM pipeline achieved the highest classification performance, with an area under the curve (AUC) value of 0.928, outperforming conventional statistical and machine-learning baselines. SHAP analysis revealed that total_protein, abdomo_appearance, mucous_membrane, packed_cell_volume, and temp_of_extremities were the most decisive clinical variables influencing the model's predictions.
Conclusions:
The findings demonstrate that ensuring data integrity, optimizing model complexity, and integrating XAI-based interpretability substantially enhance the reliability and clinical applicability of AI-driven models in veterinary medicine. The proposed framework provides a pioneering and explainable approach for developing accurate prognostic systems in equine colic, paving the way for broader AI adoption in clinical veterinary practice.
More Related Videos
06:46Competing-Risk Nomogram for Predicting Cancer-Specific Survival in Multiple Primary Colorectal Cancer Patients after Surgery
Published on: September 27, 2024
07:13Comparison of Predictive Performance of Three Lymph Node Staging Systems in Colorectal Signet Ring Cell Carcinoma Based on Machine Learning Model
Published on: April 18, 2025
Related Concept Videos
Cancer Survival Analysis
Assumptions of Survival Analysis
Introduction To Survival Analysis
The primary goal of survival analysis is to estimate survival time—the time...
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Truncation in Survival Analysis
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
Parametric Survival Analysis: Weibull and Exponential Methods
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...