For stable version, please install using pip:
pip install catboost
For up-to-date version, please install from github.
- To make the python module, type
ya make -DUSE_ARCADIA_PYTHON=nofrom this directory - Add this directory to the system PYTHONPATH
export PYTHONPATH=$PYTHONPATH:$(pwd)
- Refer to documentation https://tech.yandex.com/catboost/doc/dg/concepts/python-quickstart-docpage/