lightgbm — Easy Playground
Fast gradient boosting by Microsoft for large datasets
Getting started with lightgbmRun locally
Install
pip install lightgbmPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: lightgbm)
lightgbm is a third-party package. Fast gradient boosting by Microsoft for large datasets. Install with: pip install lightgbm
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?