catboost
Package — MLPython 3.7+Advanced
Gradient boosting by Yandex; handles categorical features natively
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, SciPy, plotly, six, graphviz
- Install
pip install catboost
Learn by Difficulty
Quick Example
python
# Install: pip install catboost import catboost # Basic catboost usage print(f"Using catboost") # See documentation for detailed examples
catboost is a third-party package. Gradient boosting by Yandex; handles categorical features natively. Install with: pip install catboost
Try in PlaygroundTags
packagemachine-learningaimodeling