Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
fc2da2ec
Unverified
Commit
fc2da2ec
authored
Feb 03, 2021
by
James Lamb
Committed by
GitHub
Feb 03, 2021
Browse files
[dask] remove extra 'client' kwarg in DaskLGBMRegressor (#3906)
parent
b1e000c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python-package/lightgbm/dask.py
python-package/lightgbm/dask.py
+0
-1
No files found.
python-package/lightgbm/dask.py
View file @
fc2da2ec
...
...
@@ -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."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment