зеркало из https://github.com/microsoft/LightGBM.git
[dask] remove extra 'client' kwarg in DaskLGBMRegressor (#3906)
This commit is contained in:
Родитель
b1e000c045
Коммит
fc2da2ec84
|
@ -710,7 +710,6 @@ class DaskLGBMRegressor(LGBMRegressor, _DaskLGBMModel):
|
|||
X: _DaskMatrixLike,
|
||||
y: _DaskCollection,
|
||||
sample_weight: Optional[_DaskCollection] = None,
|
||||
client: Optional[Client] = None,
|
||||
**kwargs: Any
|
||||
) -> "DaskLGBMRegressor":
|
||||
"""Docstring is inherited from the lightgbm.LGBMRegressor.fit."""
|
||||
|
|
Загрузка…
Ссылка в новой задаче