Skip to content
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
C++ Python Cuda Makefile R Roff Other
Branch: master
Clone or download

Latest commit

zomb-sandbox-rw
zomb-sandbox-rw Update build documentation for r6931584
(committed from Sandbox task #698609156)

Note: mandatory check (NEED_CHECK) was skipped
ref:e015632490ca3fd458399c37fa2dd6a0572563f5
Latest commit 217f50f Jun 12, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
build Update build documentation for r6931584 Jun 12, 2020
catboost [nirvana] add ignore-csv-quoting option to analyse model. MLTOOLS-4987 Jun 11, 2020
certs intermediate changes Jul 1, 2019
ci remove custom cuda compiler hack-string from build_all_win Apr 21, 2020
contrib Withdraw strl{cpy,cat}.c from util Jun 10, 2020
library intermediate changes Jun 11, 2020
logo intermediate changes Jul 23, 2019
make Solution files and make files updated Jun 11, 2020
msvs Solution files and make files updated Jun 11, 2020
open_problems [grid_creator] Move to library/cpp (SUBBOTNIK-3946) Mar 31, 2020
slides add slides May 27, 2020
tools intermediate changes Jun 3, 2020
util Withdraw strl{cpy,cat}.c from util Jun 10, 2020
.appveyor.yml Build R-package with appveyor Jan 29, 2018
.arcadia.root Export catboost Jul 18, 2017
.gitattributes Pull request "exclude ipynb files from .gitattributes" by dzaytsev91 … Jul 27, 2018
.gitignore Revert gitignore Mar 18, 2020
.travis.yml Reorganize ci Jan 12, 2018
AUTHORS Update catboost Sep 21, 2017
AWESOME.md Add mljar-supervised to AWESOME list May 13, 2020
CONTRIBUTING.md Clarification of the Notice to external contributors Aug 3, 2017
CPP_STYLE_GUIDE.md [^a-e] Switch to library/cpp/json (SUBBOTNIK-3995) May 9, 2020
ISSUE_TEMPLATE.md update issue template May 20, 2019
LICENSE Year increment Jan 11, 2019
PULL_REQUEST_TEMPLATE.md Update docs and links Sep 25, 2019
README.md Add info about what to do if catboost.ai cannot be open, link to open… Jun 4, 2020
RELEASE.md Release 0.23.2 May 26, 2020
catboost_command_style_guide_extension.md Add rule about explicit parameter naming in function calls. Jul 11, 2019
ya [GLY] Update ya-bin & test_tool & test_tool3 Jun 4, 2020
ya.bat intermediate changes Nov 18, 2019
ya.conf intermediate changes Apr 11, 2019
ya.make Export catboost Jul 18, 2017

README.md

Website | Documentation | Tutorials | Installation | Release Notes

GitHub license PyPI version Conda Version GitHub issues Telegram

CatBoost is a machine learning method based on gradient boosting over decision trees.

Main advantages of CatBoost:

Get Started and Documentation

All CatBoost documentation is available here.

Install CatBoost by following the guide for the

Next you may want to investigate:

If you cannot open documentation in your browser try adding yastatic.net and yastat.net to the list of allowed domains in your privacy badger.

Catboost models in production

If you want to evaluate Catboost model in your application read model api documentation.

Questions and bug reports

Help to Make CatBoost Better

  • Check out open problems and help wanted issues to see what can be improved, or open an issue if you want something.
  • Add your stories and experience to Awesome CatBoost.
  • To contribute to CatBoost you need to first read CLA text and add to your pull request, that you agree to the terms of the CLA. More information can be found in CONTRIBUTING.md
  • Instructions for contributors can be found here.

News

Latest news are published on twitter.

Reference Paper

Anna Veronika Dorogush, Andrey Gulin, Gleb Gusev, Nikita Kazeev, Liudmila Ostroumova Prokhorenkova, Aleksandr Vorobev "Fighting biases with dynamic boosting". arXiv:1706.09516, 2017.

Anna Veronika Dorogush, Vasily Ershov, Andrey Gulin "CatBoost: gradient boosting with categorical features support". Workshop on ML Systems at NIPS 2017.

License

© YANDEX LLC, 2017-2019. Licensed under the Apache License, Version 2.0. See LICENSE file for more details.

You can’t perform that action at this time.