Skip to content

Commit

Permalink
[dask] remove extra 'client' kwarg in DaskLGBMRegressor (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Feb 3, 2021
1 parent b1e000c commit fc2da2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python-package/lightgbm/dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ def fit(
X: _DaskMatrixLike,
y: _DaskCollection,
sample_weight: Optional[_DaskCollection] = None,
client: Optional[Client] = None,
**kwargs: Any
) -> "DaskLGBMRegressor":
"""Docstring is inherited from the lightgbm.LGBMRegressor.fit."""
Expand Down

0 comments on commit fc2da2e

Please sign in to comment.