Skip to content

Installation

pip install catboost-utils

For the optional pipeline module (sklearn compat):

pip install "catboost-utils[sklearn]"

Requirements:

  • Python ≥ 3.10
  • CatBoost ≥ 1.2, < 2.0
  • numpy ≥ 1.24, pandas ≥ 2.0, pydantic ≥ 2.0, numba ≥ 0.59
  • scikit-learn ≥ 1.3 (only for pipeline)