Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Ordinal Level of Measurement00:55

Ordinal Level of Measurement

22.9K
The way a set of data is measured is called its level of measurement. Correct statistical procedures depend on a researcher being familiar with levels of measurement. For analysis, data are classified into four levels of measurement—nominal, ordinal, interval, and ratio.
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...
22.9K
Quantifying and Rejecting Outliers: The Grubbs Test01:02

Quantifying and Rejecting Outliers: The Grubbs Test

1.4K
Sometimes, a data set can have a recorded numerical observation that greatly  deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier.  To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
1.4K
Goodness-of-Fit Test01:16

Goodness-of-Fit Test

3.3K
The goodness-of-fit test is a type of hypothesis test which determines whether the data "fits" a particular distribution. For example, one may suspect that some anonymous data may fit a binomial distribution. A chi-square test (meaning the distribution for the hypothesis test is chi-square) can be used to determine if there is a fit. The null and alternative hypotheses may be written in sentences or stated as equations or inequalities. The test statistic for a goodness-of-fit test is given as...
3.3K
Multiple Regression01:25

Multiple Regression

2.9K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
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...
2.9K
Expected Frequencies in Goodness-of-Fit Tests01:19

Expected Frequencies in Goodness-of-Fit Tests

2.5K
A goodness-of-fit test is conducted to determine whether the observed frequency values are statistically similar to the frequencies expected for the dataset. Suppose the expected frequencies for a dataset are equal such as when predicting the frequency of any number appearing when casting a die. In that case, the expected frequency is the ratio of the total number of observations (n)  to the number of categories (k).
2.5K
Friedman Two-way Analysis of Variance by Ranks01:21

Friedman Two-way Analysis of Variance by Ranks

130
Friedman's Two-Way Analysis of Variance by Ranks is a nonparametric test designed to identify differences across multiple test attempts when traditional assumptions of normality and equal variances do not apply. Unlike conventional ANOVA, which requires normally distributed data with equal variances, Friedman's test is ideal for ordinal or non-normally distributed data, making it particularly useful for analyzing dependent samples, such as matched subjects over time or repeated measures...
130

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Wearable Movement-Tracking for Prodromal Parkinson's Disease Detection: A Cross-Country Validation Study.

Movement disorders : official journal of the Movement Disorder Society·2026
Same author

Fully Anonymized Digital Health Data Acquisition in a Research Partnership Using a Blinded Deidentification Proxy in the HerzFit App: Implementation Study.

JMIR formative research·2026
Same author

A Comparative Assessment of Accuracy in Video-Based Monocular Human Pose Estimation Frameworks.

IEEE transactions on pattern analysis and machine intelligence·2026
Same author

Leveraging machine learning for digital gait analysis in ataxia using sensor-free motion capture.

Communications medicine·2026
Same author

The Immediate Impact of App-Based Psychotherapeutic Exercises on Anxiety: An RCT.

Depression and anxiety·2025
Same author

Cross-device federated unsupervised learning for the detection of anomalies in single-lead electrocardiogram signals.

PLOS digital health·2025

Related Experiment Video

Updated: May 23, 2025

Establishing a Competing Risk Regression Nomogram Model for Survival Data
04:57

Establishing a Competing Risk Regression Nomogram Model for Survival Data

Published on: October 23, 2020

10.1K

XGBOrdinal: An XGBoost Extension for Ordinal Data.

Fabian Kahl1, Iris Kahl2, Stephan M Jonas1

  • 1Institute for Digital Medicine, University Hospital Bonn, Bonn.

Studies in Health Technology and Informatics
|May 17, 2025
PubMed
Summary

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.

Keywords:
Decision TreeGradient BoostOrdinal ClassifierOrdinal RegressionScaleScoreXGBoost

More Related Videos

Quantification of Orofacial Phenotypes in Xenopus
09:26

Quantification of Orofacial Phenotypes in Xenopus

Published on: November 6, 2014

9.7K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.4K

Related Experiment Videos

Last Updated: May 23, 2025

Establishing a Competing Risk Regression Nomogram Model for Survival Data
04:57

Establishing a Competing Risk Regression Nomogram Model for Survival Data

Published on: October 23, 2020

10.1K
Quantification of Orofacial Phenotypes in Xenopus
09:26

Quantification of Orofacial Phenotypes in Xenopus

Published on: November 6, 2014

9.7K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.4K

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.