catboost
Installation
SKILL.md
CatBoost
CatBoost (Yandex) is arguably the easiest boosting library to use because it handles Categorical Features automatically and perfectly without tuning.
When to Use
- Categorical Data: If you have many strings/IDs, CatBoost is king.
- Default Params: Works incredibly well out of the box.
Core Concepts
Ordered Boosting
A technique to avoid target leakage (overfitting) during training.
Symmetric Trees
Builds balanced trees, which are faster at inference time.