Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Machine learning›Semi-supervised XGBoost
Machine learningMachine learning

Semi-supervised XGBoost

Semi-supervised Extreme Gradient Boosting · Also known as: SS-XGBoost, semi-supervised gradient boosting, pseudo-label XGBoost, label-propagation XGBoost

Semi-supervised XGBoost extends the XGBoost gradient boosting framework to settings where only a fraction of training examples carry labels. By iteratively generating pseudo-labels for unlabeled data and retraining on the expanded set, the method extracts signal from unlabeled observations, improving generalization when labeled data are scarce.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Semi-supervised XGBoost
Gradient BoostingLabel PropagationRandom ForestXGBoostSemi-supervised CatBoostSemi-supervised LightGBM

When to use it

Use semi-supervised XGBoost when labeled examples are fewer than needed for a reliable supervised model yet a substantial pool of unlabeled examples with the same feature space is available — common in medical informatics, fraud detection, and industrial quality control. It is well-suited to tabular data with structured features, heterogeneous types, and moderate dimensionality. Avoid it when labeled data are already plentiful and the overhead of pseudo-labeling adds complexity without accuracy gains, when the labeled and unlabeled distributions differ substantially (covariate shift), or when the initial supervised model is too weak to generate trustworthy pseudo-labels (very small labeled set, below roughly 50 examples).

Strengths & limitations

Strengths
  • Exploits unlabeled data to improve generalisation without requiring additional annotation effort.
  • Inherits XGBoost's strong performance on tabular data: handles mixed feature types, missing values, and nonlinear interactions natively.
  • Confidence-threshold filtering controls pseudo-label noise, making the approach more robust than naive self-training.
  • Plug-and-play: compatible with any XGBoost objective and hyperparameter configuration; pseudo-labeling can wrap existing pipelines.
  • Iterative refinement progressively increases the quality of pseudo-labels as the model improves.
Limitations
  • Performance degrades sharply if the initial labeled set is too small to produce reliable pseudo-labels — error accumulates across iterations.
  • Covariate shift between labeled and unlabeled data can cause pseudo-labels to reflect the labeled distribution rather than the true unlabeled one.
  • Threshold selection is heuristic; an ill-chosen confidence cutoff either admits too many noisy labels or rejects useful unlabeled examples.
  • Interpretability remains limited — the semi-supervised wrapper adds a layer of complexity on top of XGBoost's already opaque ensemble.

Frequently asked

How many labeled examples are needed to start?

There is no hard minimum, but fewer than roughly 50 labeled examples typically yield pseudo-labels too noisy to be useful. Performance gains from semi-supervised training become most pronounced when labeled examples number in the hundreds while unlabeled examples number in the thousands or more.

How should the confidence threshold be set?

A common default for binary classification is to accept pseudo-labels only when predicted probability exceeds 0.85–0.90. The threshold should be tuned on a held-out labeled validation set: tighten it if pseudo-label accuracy is low, relax it if too few unlabeled points are being incorporated.

Does semi-supervised XGBoost always outperform supervised XGBoost?

Not always. When the labeled set is already representative and large, the semi-supervised extension adds complexity without meaningful accuracy gains. It also underperforms when the unlabeled distribution is shifted relative to the labeled one.

Is this the same as transductive XGBoost or label propagation?

Related but distinct. Pseudo-label semi-supervised XGBoost is an inductive method that produces a trained model applicable to new test points. Label propagation is a graph-based method that assigns labels only to the seen unlabeled set and does not generalise as directly to new data.

How do I prevent error accumulation across iterations?

Accept only high-confidence pseudo-labels, weight them below genuine labels, limit the number of iterations, and monitor held-out labeled-set accuracy after each round — stopping when it plateaus or begins to decline.

Sources

  1. Chen, T. & Guestrin, C. (2016). XGBoost: A Scalable Tree Boosting System. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 785–794. DOI: 10.1145/2939672.2939785 ↗
  2. Chapelle, O., Scholkopf, B. & Zien, A. (Eds.) (2006). Semi-Supervised Learning. MIT Press. ISBN: 978-0-262-03358-9

How to cite this page

ScholarGate. (2026, June 3). Semi-supervised Extreme Gradient Boosting. ScholarGate. https://scholargate.app/en/machine-learning/semi-supervised-xgboost

Related methods

Gradient BoostingLabel PropagationRandom ForestXGBoost

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Gradient BoostingMachine learning↔ compare
  • Label PropagationMachine learning↔ compare
  • Random ForestMachine learning↔ compare
  • XGBoostMachine learning↔ compare
Compare side by side →

Referenced by

Semi-supervised CatBoostSemi-supervised LightGBM

Similar methods

Semi-supervised Gradient BoostingSemi-supervised LightGBMSemi-supervised CatBoostSelf-supervised Gradient BoostingSemi-supervised BaggingSemi-supervised BoostingSemi-supervised Stacking EnsembleSelf-supervised Boosting

Related reference concepts

Ensemble MethodsSupervised LearningUnsupervised LearningSelf-Supervised and Representation LearningCross-Validation and ResamplingHyperparameter Optimization

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Semi-supervised XGBoost (Semi-supervised Extreme Gradient Boosting). Retrieved 2026-07-21 from https://scholargate.app/en/machine-learning/semi-supervised-xgboost · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Chen, T. & Guestrin, C. (XGBoost); semi-supervised extension by multiple authors
Year
2016–2018
Type
Ensemble (semi-supervised gradient boosting)
DataType
Tabular data with partially labeled observations
Subfamily
Machine learning
Related methods
Gradient BoostingLabel PropagationRandom ForestXGBoost
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account