
Abstract: Gradient boosting is a powerful machine-learning technique that achieves state-of-the-art results
in a variety of practical tasks. For a number of years, it has remained the primary method for
learning problems with heterogeneous features, noisy data, and complex dependencies: web search,
recommendation systems, weather forecasting, and many others.
CatBoost (http://catboost.yandex) is a new open-source gradient boosting library, that outperforms existing publicly available implementations of gradient boosting in terms of quality. It has a set of additional advantages.
1. CatBoost is able to incorporate categorical features in your data (like music genre, device id, URL, etc.) in predictive models with no additional preprocessing. For more details on our approach please refer to our NIPS 2017 ML Systems Workshop paper (http://learningsys.org/nips17/assets/papers/paper_11.pdf).
2. CatBoost inference is 20-60 times faster then in other open-source gradient boosting libraries, which makes it possible to use CatBoost for latency-critical tasks.
3. CatBoost has the fastest GPU and multi GPU training implementations of all the openly available gradient boosting libraries.
4. CatBoost requires no hyperparameter tunning in order to get a model with good quality.
This workshop will feature a comprehensive tutorial on using CatBoost library. We will walk you through all the steps of building a good predictive model. We will cover such topics as:
- Choosing suitable loss functions and metrics to optimize
- Training CatBoost model
- Visualizing the process of training (with eather jupyter notebook, CatBoost viewer tool or tensorboard)
- CatBoost built-in overfitting detector and means of reducing overfitting of gradient boosting models
- Feature selection and explaining model predictions
- Testing trained CatBoost model on an unseen data
Bio: Anna Veronika Dorogush graduated from the Faculty of Computational Mathematics and Cybernetics of Lomonosov Moscow State University and from Yandex School of Data Analysis. She used to work at ABBYY, Microsoft, Bing and Google, and has been working at Yandex since 2015, where she currently holds the position of the head of Machine Learning Systems group and is leading the efforts in development of the CatBoost library.