lightgbm

Package — MLPython 3.7+Advanced

Fast gradient boosting by Microsoft for large datasets

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, SciPy, scikit-learn
Install
pip install lightgbm

Learn by Difficulty

Quick Example

python
# Install: pip install lightgbm
import lightgbm

# Basic lightgbm usage
print(f"Using lightgbm")
# See documentation for detailed examples

lightgbm is a third-party package. Fast gradient boosting by Microsoft for large datasets. Install with: pip install lightgbm

Try in Playground

Tags

packagemachine-learningaimodeling