Introduction to CatBoost: Handling Categorical Features
Was this section helpful?
CatBoost: Unbiased Boosting with Categorical Features, Anna G. Dorogush, Vasily Ershov, and Andrey Gulin, 2017Advances in Neural Information Processing Systems 30, Vol. 30 (NeurIPS)DOI: 10.5591/978-1-59990-267-3_168 - The foundational paper introducing the CatBoost algorithm, its Ordered Target Statistics for categorical features, and automatic feature combinations.
CatBoost Documentation, Yandex, 2024 (Yandex) - The official guide for installing, configuring, and using the CatBoost library, with detailed explanations of its parameters and features.
Applied Predictive Modeling, Max Kuhn, Kjell Johnson, 2013 (Springer)DOI: 10.1007/978-1-4614-6849-3 - A resource on data preprocessing and feature engineering, including discussions on various categorical encoding methods, their pros and cons, and the risks of data leakage.