CatBoost: Unbiased Gradient Boosting with Categorical Features, Liudmila Prokhorenkova, Gleb Gusev, Aleksandr Vorobev, Anna Veronika Dorogush, Andrey Gulin, 2018Advances in Neural Information Processing Systems 31 (NeurIPS)DOI: 10.55986/neurips.2018.0cce69792070659637c38bc8f7c6530a - This foundational paper introduces the CatBoost algorithm, detailing its core innovations including Ordered Boosting to combat target leakage and the use of symmetric (oblivious) decision trees for efficient prediction and regularization.
CatBoost Documentation, Yandex, 2023 - The official documentation provides comprehensive guides, practical examples, and explanations of CatBoost features, including Ordered Boosting and symmetric trees.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, Jerome Friedman, 2009 (Springer) - A classic textbook providing a foundational understanding of machine learning algorithms, including decision trees, boosting, and ensemble methods, which provides context for the architectural choices in CatBoost regarding regularization and model complexity.