Medial Code Documentation
|
Data Structures | |
class | Iterator |
Functions | |
List[Tuple[str, str]] | make_batches (int n_samples_per_batch, int n_features, int n_batches, str tmpdir) |
xgboost.Booster | main (str tmpdir) |
Experimental support for external memory ======================================== This is similar to the one in `quantile_data_iterator.py`, but for external memory instead of Quantile DMatrix. The feature is not ready for production use yet. .. versionadded:: 1.5.0 See :doc:`the tutorial </tutorials/external_memory>` for more details.