Skip to content

Commit 8a4eb87

Browse files
authored
Replace dask-lightgbm reference with LightGBM (#811)
1 parent 243542e commit 8a4eb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/xgboost.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classes/functions:
2222
XGBClassifier
2323
XGBRegressor
2424

25-
The LightGBM implementation and documentation can be found at
26-
https://github.com/dask/dask-lightgbm.
25+
The LightGBM implementation can be found at https://github.com/microsoft/LightGBM and documentation can be found at
26+
https://lightgbm.readthedocs.io/en/latest/Parallel-Learning-Guide.html#dask.
2727

2828
Example
2929
-------

0 commit comments

Comments
 (0)