{_before_kwargs}client : dask.distributed.Client or None, optional (default=None)
{_before_kwargs}client : dask.distributed.Client or None, optional (default=None)
{' ':4}Dask client. If ``None``, ``distributed.default_client()`` will be used at runtime. The Dask client used by this class will not be saved if the model object is pickled.
{" ":4}Dask client. If ``None``, ``distributed.default_client()`` will be used at runtime. The Dask client used by this class will not be saved if the model object is pickled.
{_kwargs}{_after_kwargs}
{_kwargs}{_after_kwargs}
"""
"""
...
@@ -1221,7 +1221,7 @@ class DaskLGBMClassifier(LGBMClassifier, _DaskLGBMModel):
...
@@ -1221,7 +1221,7 @@ class DaskLGBMClassifier(LGBMClassifier, _DaskLGBMModel):
{_before_kwargs}client : dask.distributed.Client or None, optional (default=None)
{_before_kwargs}client : dask.distributed.Client or None, optional (default=None)
{' ':4}Dask client. If ``None``, ``distributed.default_client()`` will be used at runtime. The Dask client used by this class will not be saved if the model object is pickled.
{" ":4}Dask client. If ``None``, ``distributed.default_client()`` will be used at runtime. The Dask client used by this class will not be saved if the model object is pickled.
{_kwargs}{_after_kwargs}
{_kwargs}{_after_kwargs}
"""
"""
...
@@ -1424,7 +1424,7 @@ class DaskLGBMRegressor(LGBMRegressor, _DaskLGBMModel):
...
@@ -1424,7 +1424,7 @@ class DaskLGBMRegressor(LGBMRegressor, _DaskLGBMModel):
{_before_kwargs}client : dask.distributed.Client or None, optional (default=None)
{_before_kwargs}client : dask.distributed.Client or None, optional (default=None)
{' ':4}Dask client. If ``None``, ``distributed.default_client()`` will be used at runtime. The Dask client used by this class will not be saved if the model object is pickled.
{" ":4}Dask client. If ``None``, ``distributed.default_client()`` will be used at runtime. The Dask client used by this class will not be saved if the model object is pickled.
{_kwargs}{_after_kwargs}
{_kwargs}{_after_kwargs}
"""
"""
...
@@ -1596,11 +1596,11 @@ class DaskLGBMRanker(LGBMRanker, _DaskLGBMModel):
...
@@ -1596,11 +1596,11 @@ class DaskLGBMRanker(LGBMRanker, _DaskLGBMModel):
_base_doc[:_base_doc.find("feature_name :")]
_base_doc[:_base_doc.find("feature_name :")]
+"eval_at : list or tuple of int, optional (default=(1, 2, 3, 4, 5))\n"
+"eval_at : list or tuple of int, optional (default=(1, 2, 3, 4, 5))\n"
+f"{' ':8}The evaluation positions of the specified metric.\n"
+f"{' ':8}The evaluation positions of the specified metric.\n"