{"library":"xgboost","type":"library","category":null,"description":"XGBoost (eXtreme Gradient Boosting) is an optimized, distributed gradient boosting library designed for efficiency, flexibility, and portability. It implements machine learning algorithms under the Gradient Boosting framework, excelling in tasks like classification, regression, and ranking. It currently stands at version 3.2.0, with frequent patch releases and major updates typically occurring every 6-12 months.","language":"python","status":"active","version":"3.2.0","tags":["machine-learning","gradient-boosting","decision-trees","classification","regression","ensemble-learning"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install xgboost","imports":["import xgboost as xgb","from xgboost import XGBClassifier","from xgboost import XGBRegressor","import xgboost as xgb\ndtrain = xgb.DMatrix(data, label=label)"]}],"homepage":"https://xgboost.ai","github":"https://github.com/dmlc/xgboost","docs":"https://xgboost.readthedocs.io/en/stable/","changelog":null,"pypi":"https://pypi.org/project/xgboost/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":17.8,"avg_import_s":1.1,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/xgboost/compatibility"}}