Unverified Commit 63733567 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs][dask] Add type of client_ property to docs (#3902)

* Update dask.py

* Update dask.py
parent c324e891
......@@ -455,7 +455,7 @@ class _DaskLGBMModel:
@property
def client_(self) -> Client:
"""Dask client.
""":obj:`dask.distributed.Client`: Dask client.
This property can be passed in the constructor or updated
with ``model.set_params(client=client)``.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment