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
63733567
Unverified
Commit
63733567
authored
Feb 03, 2021
by
Nikita Titov
Committed by
GitHub
Feb 03, 2021
Browse files
[docs][dask] Add type of client_ property to docs (#3902)
* Update dask.py * Update dask.py
parent
c324e891
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/dask.py
python-package/lightgbm/dask.py
+1
-1
No files found.
python-package/lightgbm/dask.py
View file @
63733567
...
@@ -455,7 +455,7 @@ class _DaskLGBMModel:
...
@@ -455,7 +455,7 @@ class _DaskLGBMModel:
@
property
@
property
def
client_
(
self
)
->
Client
:
def
client_
(
self
)
->
Client
:
"""Dask client.
"""
:obj:`dask.distributed.Client`:
Dask client.
This property can be passed in the constructor or updated
This property can be passed in the constructor or updated
with ``model.set_params(client=client)``.
with ``model.set_params(client=client)``.
...
...
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