CatBoost: Unbiased Boosting with Categorical Features, Liudmila Prokhorenkova, Gleb Gusev, Aleksandr Vorobev, Anna Veronika Dorogush, Andrey Gulin, 2018Advances in Neural Information Processing Systems (NeurIPS) 31, Vol. 31 (Neural Information Processing Systems Foundation)DOI: 10.55989/nips.2018.0076 - This foundational paper introduces the CatBoost algorithm, detailing its mechanisms for handling categorical features, including the automatic generation and encoding of feature combinations using Ordered Target Statistics within Oblivious Trees.
CatBoost Documentation: Categorical Features, Yandex, 2023 (Yandex) - The official documentation provides practical information on how CatBoost handles categorical features, including the configuration of automatic feature combination parameters like max_ctr_complexity and ctr_max_border_count.