[doc] Document update [skip ci] (#8784)

- Remove version specifics in cat demo.
- Remove aws yarn.
- Update faq.
- Stop mentioning MPI.
- Update sphinx inventory links.
- Fix typo.
This commit is contained in:
Jiaming Yuan
2023-02-12 04:25:22 +08:00
committed by GitHub
parent 8a16944664
commit e9c178f402
8 changed files with 19 additions and 31 deletions

View File

@@ -2,9 +2,7 @@
Getting started with categorical data
=====================================
Experimental support for categorical data. After 1.5 XGBoost `gpu_hist` tree method has
experimental support for one-hot encoding based tree split, and in 1.6 `approx` support
was added.
Experimental support for categorical data.
In before, users need to run an encoder themselves before passing the data into XGBoost,
which creates a sparse matrix and potentially increase memory usage. This demo