Skip to content
Technical GlossaryMachine Learning

CatBoost

An advanced ensemble method that combines boosting with strong native handling of categorical variables.

CatBoost is a boosting method that provides important advantages in tabular problems with many categorical variables. Its ability to use categorical features effectively without extensive manual preprocessing makes it attractive in practical data science workflows. It also uses ordered boosting to reduce the risk of leakage. As a result, it stands out as a modern method for both performance and engineering convenience.