We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de67f0 commit bc6c993Copy full SHA for bc6c993
include/xgboost/c_api.h
@@ -114,7 +114,7 @@ XGB_DLL int XGBGetGlobalConfig(char const **out_config);
114
/**
115
* @defgroup DMatrix DMatrix
116
*
117
- * @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
118
* including both training, prediction and explanation. There are a few variants of
119
* `DMatrix` including normal `DMatrix`, which is a CSR matrix, `QuantileDMatrix`,
120
* which is used by histogram-based tree methods for saving memory, and lastly the
0 commit comments