xgboost
Modules
Here is a list of all modules:
[detail level 12]
 Library
 DMatrixDMatrix is the basic data storage for XGBoost used by all XGBoost algorithms including both training, prediction and explanation. There are a few variants of DMatrix including normal DMatrix, which is a CSR matrix, QuantileDMatrix, which is used by histogram-based tree methods for saving memory, and lastly the experimental external-memory-based DMatrix, which reads data in batches during training. For the last two variants, see the Streaming group
 StreamingQuantile DMatrix and external memory DMatrix can be created from batches of data
 BoosterThe Booster class is the gradient-boosted model for XGBoost
 PredictionThese functions are used for running prediction and explanation algorithms
 SerializationThere are multiple ways to serialize a Booster object depending on the use case
 CollectiveExperimental support for exposing internal communicator in XGBoost