Related Experiment Video
Updated: May 23, 2025

Establishing a Competing Risk Regression Nomogram Model for Survival Data
Published on: October 23, 2020
XGBOrdinal: An XGBoost Extension for Ordinal Data.
Fabian Kahl1, Iris Kahl2, Stephan M Jonas1
1Institute for Digital Medicine, University Hospital Bonn, Bonn.
We introduce XGBOrdinal, a new machine learning tool for ordinal classification, outperforming existing methods in medical data analysis. This scalable solution efficiently handles ordered outcomes in machine learning pipelines.
Area of Science:
- Machine Learning
- Data Science
- Computational Medicine
Background:
- Ordinal classification problems are prevalent in medicine, utilizing ordered categories like scores, scales, stages, or grades.
- Existing machine learning models often struggle to effectively capture the inherent order in such data.
- There is a need for specialized algorithms that can accurately model ordinal relationships.
Purpose of the Study:
- To introduce XGBOrdinal, an extension of XGBoost tailored for ordinal classification tasks.
- To provide a robust and scalable machine learning solution for analyzing ordered medical outcomes.
- To enhance the performance of machine learning models on datasets with inherent ordinal structures.
Main Methods:
- XGBOrdinal transforms ordinal classification into a series of binary classification problems, based on the Frank and Hall (2001) method.
- The approach leverages the power of gradient boosting for improved predictive accuracy.
- The implementation integrates seamlessly with standard machine learning tools like GridSearchCV and RandomizedSearchCV.
Main Results:
- XGBOrdinal demonstrated superior performance compared to XGBClassifier and XGBRegressor on multiple datasets.
- The proposed method outperformed existing specialized ordinal classification techniques.
- The efficiency and scalability of XGBOrdinal were validated in practical machine learning pipelines.
Conclusions:
- XGBOrdinal offers a significant advancement for handling ordinal classification problems, particularly in medical applications.
- The tool provides a more accurate and efficient approach to modeling ordered data than standard methods.
- The open-source availability facilitates wider adoption and further development in the machine learning community.
Related Concept Videos
Ordinal Level of Measurement
Data measured using an ordinal scale are similar to nominal scale data, but there is one major difference. The ordinal scale data can be ordered. An example of ordinal scale data is a list of the top five national parks...
Quantifying and Rejecting Outliers: The Grubbs Test
Goodness-of-Fit Test
Multiple Regression
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Expected Frequencies in Goodness-of-Fit Tests
Friedman Two-way Analysis of Variance by Ranks

