xgboost/demo/guide-python
Jiaming Yuan 827d0e8edb
[breaking] Bump Python requirement to 3.10. (#10434)
- Bump the Python requirement.
- Fix type hints.
- Use loky to avoid deadlock.
- Workaround cupy-numpy compatibility issue on Windows caused by the `safe` casting rule.
- Simplify the repartitioning logic to avoid dask errors.
2024-07-30 17:31:06 +08:00
..
2024-01-30 17:24:11 +08:00
2024-01-30 17:24:11 +08:00

XGBoost Python Feature Walkthrough
==================================


This is a collection of examples for using the XGBoost Python package.