Remove all use of DeviceQuantileDMatrix. (#8665)
This commit is contained in:
@@ -113,7 +113,7 @@ TrainReturnT = TypedDict(
|
||||
__all__ = [
|
||||
"CommunicatorContext",
|
||||
"DaskDMatrix",
|
||||
"DaskDeviceQuantileDMatrix",
|
||||
"DaskQuantileDMatrix",
|
||||
"DaskXGBRegressor",
|
||||
"DaskXGBClassifier",
|
||||
"DaskXGBRanker",
|
||||
@@ -559,7 +559,7 @@ def _get_worker_parts(list_of_parts: _DataParts) -> Dict[str, List[Any]]:
|
||||
|
||||
|
||||
class DaskPartitionIter(DataIter): # pylint: disable=R0902
|
||||
"""A data iterator for `DaskDeviceQuantileDMatrix`."""
|
||||
"""A data iterator for `DaskQuantileDMatrix`."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
@@ -1229,7 +1229,7 @@ def dispatch_proxy_set_data(
|
||||
cat_codes: Optional[list],
|
||||
allow_host: bool,
|
||||
) -> None:
|
||||
"""Dispatch for DeviceQuantileDMatrix."""
|
||||
"""Dispatch for QuantileDMatrix."""
|
||||
if not _is_cudf_ser(data) and not _is_pandas_series(data):
|
||||
_check_data_shape(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user