[doc] Mention data consistency for categorical features. (#9678)

This commit is contained in:
Jiaming Yuan
2023-10-24 10:11:33 +08:00
committed by GitHub
parent 5e6cb63a56
commit 3ca06ac51e
8 changed files with 293 additions and 96 deletions

View File

@@ -137,7 +137,7 @@ To build and run C++ unit tests enable tests while running CMake:
./testxgboost
Flags like ``USE_CUDA``, ``USE_DMLC_GTEST`` are optional. For more info about how to build
XGBoost from source, see :doc:`</build>`. One can also run all unit test using ctest tool
XGBoost from source, see :doc:`/build`. One can also run all unit tests using ctest tool
which provides higher flexibility. For example:
.. code-block:: bash