[doc] Fix typo (#10340)

This commit is contained in:
Astariul 2024-05-29 18:13:30 +09:00 committed by GitHub
parent 2de67f0050
commit bc6c993aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,7 @@ XGB_DLL int XGBGetGlobalConfig(char const **out_config);
/** /**
* @defgroup DMatrix DMatrix * @defgroup DMatrix DMatrix
* *
* @brief DMatrix is the baisc data storage for XGBoost used by all XGBoost algorithms * @brief DMatrix is the basic data storage for XGBoost used by all XGBoost algorithms
* including both training, prediction and explanation. There are a few variants of * including both training, prediction and explanation. There are a few variants of
* `DMatrix` including normal `DMatrix`, which is a CSR matrix, `QuantileDMatrix`, * `DMatrix` including normal `DMatrix`, which is a CSR matrix, `QuantileDMatrix`,
* which is used by histogram-based tree methods for saving memory, and lastly the * which is used by histogram-based tree methods for saving memory, and lastly the