Add cuDF DataFrame to doc. (#5053)

This commit is contained in:
Jiaming Yuan 2019-11-19 18:29:40 +08:00 committed by GitHub
parent a4f5c86276
commit 04c640f562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ The XGBoost python module is able to load data from:
- Comma-separated values (CSV) file
- NumPy 2D array
- SciPy 2D sparse array
- cuDF DataFrame
- Pandas data frame, and
- XGBoost binary buffer file.