xgboostEasy Playground

Gradient boosting framework optimized for speed and performance

Getting started with xgboostRun locally
Install
pip install xgboost
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: xgboost)

xgboost is a third-party package. Gradient boosting framework optimized for speed and performance. Install with: pip install xgboost

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?