[doc] Small improvements for categorical data document. (#7330)

This commit is contained in:
Jiaming Yuan
2021-10-20 18:04:32 +08:00
committed by GitHub
parent f999897615
commit 15685996fc
3 changed files with 19 additions and 16 deletions

View File

@@ -5,6 +5,9 @@ In before, users need to run an encoder themselves before passing the data into
which creates a sparse matrix and potentially increase memory usage. This demo showcases
the experimental categorical data support, more advanced features are planned.
Also, see the tutorial for using XGBoost with categorical data:
https://xgboost.readthedocs.io/en/latest/tutorials/categorical.html
.. versionadded:: 1.5.0
"""