Under the Hood
The screening tool leverages three industry-standard machine learning paradigms, all serialized via Scikit-Learn pipelines.
Random Forest
An ensemble learning method consisting of multiple decision trees. This model excels at capturing non-linear relationships and is highly robust against data outliers and feature noise.
XGBoost
Extreme Gradient Boosting provides state-of-the-art predictive performance. By iteratively minimizing the loss function through gradient descent, it handles unbalanced clinical datasets with unparalleled accuracy.