About 50 results
Open links in new tab
  1. CatBoost - open-source gradient boosting library

    CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box, successor of the MatrixNet algorithm developed by Yandex.

  2. CatBoost

    CatBoost is a machine learning algorithm that uses gradient boosting on decision trees. It is available as an open source library.

  3. Tutorials - CatBoost

    CatBoost is well covered with educational materials for both novice and advanced machine learners and data scientists. Video tutorial.

  4. Install the released version - CatBoost

    An up-to-date list of available CatBoost releases and the corresponding binaries for different operating systems is available in the Download section of the rel

  5. CatBoost

    class CatBoost (params= None ). Purpose. Training and applying models. Parameters params Description. The list of parameters to start training with.

  6. Download - CatBoost

    The built versions of CatBoost have GPU support out-of-the-box. As of CatBoost 1.2.10, devices with CUDA compute capability >= 3.5 are supported in released packages. All necessary CUDA libraries …

  7. pip install - CatBoost

    Note. CatBoost Python package supports only CPython Python implementation. To install CatBoost from PyPI with pip: Run the following command:

  8. Quick start - CatBoost

    Use one of the following examples after installing the Python package to get started: CatBoostClassifier. CatBoostRegressor. CatBoost. CatBoostClassifier.

  9. CatBoostClassifier | CatBoost

    CatBoostClassifier ... Purpose Implementation of the scikit-learn estimator API for CatBoost classification. Supports model training, inference and auxiliary calculations like feature importance. …

  10. Parameter tuning - CatBoost

    CatBoost provides a flexible interface for parameter tuning and can be configured to suit different tasks.