[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

@@ -35,4 +35,5 @@ list of trees and can be sliced into multiple sub-models.
The sliced model is a copy of selected trees, that means the model itself is immutable
during slicing. This feature is the basis of `save_best` option in early stopping
callback.
callback. See :ref:`sphx_glr_python_examples_individual_trees.py` for a worked example on
how to combine prediction with sliced trees.