|
Medial Code Documentation
|
Public Member Functions | |
| None | __init__ (self, *Any args, **Any kwargs) |
Public Member Functions inherited from xgboost.dask.DaskDMatrix | |
| Generator | __await__ (self) |
| int | num_col (self) |
Additional Inherited Members | |
Data Fields inherited from xgboost.dask.DaskQuantileDMatrix | |
| max_bin | |
| is_quantile | |
Data Fields inherited from xgboost.dask.DaskDMatrix | |
| feature_names | |
| feature_types | |
| missing | |
| enable_categorical | |
| partition_order | |
| worker_map | |
| feature_weights | |
| is_quantile | |
Protected Member Functions inherited from xgboost.dask.DaskQuantileDMatrix | |
| Dict[str, Any] | _create_fn_args (self, str worker_addr) |
Protected Member Functions inherited from xgboost.dask.DaskDMatrix | |
| "DaskDMatrix" | _map_local_data (self, "distributed.Client" client, _DataT data, Optional[_DaskCollection] label=None, Optional[_DaskCollection] weights=None, Optional[_DaskCollection] base_margin=None, Optional[_DaskCollection] qid=None, Optional[_DaskCollection] feature_weights=None, Optional[_DaskCollection] label_lower_bound=None, Optional[_DaskCollection] label_upper_bound=None) |
Protected Attributes inherited from xgboost.dask.DaskDMatrix | |
| _n_cols | |
| _init | |
| _map_local_data | |
Use `DaskQuantileDMatrix` instead. .. deprecated:: 1.7.0 .. versionadded:: 1.2.0
| None xgboost.dask.DaskDeviceQuantileDMatrix.__init__ | ( | self, | |
| *Any | args, | ||
| **Any | kwargs | ||
| ) |
Reimplemented from xgboost.dask.DaskQuantileDMatrix.