← All tutorials

GoCareerGo Tutorials

Machine Learning Tutorial

Supervised learning, classification, neural networks and core ML algorithms.

Gradient Boosting (XGBoost/LightGBM)

Sequentially building trees that fix previous errors.

Quick-reference summary — a full handcrafted walkthrough is coming soon for this topic.

Sequentially building trees that fix previous errors.

  • Category: Supervised Learning — part of the Machine Learning Tutorial on GoCareerGo
  • Read the short summary above, then check the linked docs for full syntax/behaviour
  • Interview tip: be ready to explain "Gradient Boosting (XGBoost/LightGBM)" in one sentence, then back it up with a tiny example
# Gradient Boosting (XGBoost/LightGBM) — minimal example
# See scikit-learn / the linked framework docs for the exact API.
Tip

Quick recall: "Gradient Boosting (XGBoost/LightGBM)" — sequentially building trees that fix previous errors.