catboostEasy Playground

Gradient boosting by Yandex; handles categorical features natively

Getting started with catboostRun locally
Install
pip install catboost
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: catboost)

catboost is a third-party package. Gradient boosting by Yandex; handles categorical features natively. Install with: pip install catboost

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?