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
51ceef84
"vscode:/vscode.git/clone" did not exist on "ec97d36cf212392590c084a389c4ebcef73f54c1"
Unverified
Commit
51ceef84
authored
Dec 02, 2019
by
Nikita Titov
Committed by
GitHub
Dec 02, 2019
Browse files
[docs] added link to kubeflow fairing and enhanced parallel guide (#2602)
parent
bbc45fed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
README.md
README.md
+2
-0
docs/Parallel-Learning-Guide.rst
docs/Parallel-Learning-Guide.rst
+21
-0
No files found.
README.md
View file @
51ceef84
...
...
@@ -70,6 +70,8 @@ SHAP (model output explainer): https://github.com/slundberg/shap
MMLSpark (LightGBM on Spark): https://github.com/Azure/mmlspark
Kubeflow Fairing (LightGBM on Kubernetes): https://github.com/kubeflow/fairing
ML.NET (.NET/C#-package): https://github.com/dotnet/machinelearning
LightGBM.NET (.NET/C#-package): https://github.com/rca22/LightGBM.Net
...
...
docs/Parallel-Learning-Guide.rst
View file @
51ceef84
...
...
@@ -5,6 +5,16 @@ This is a guide for parallel learning of LightGBM.
Follow the `Quick Start <./Quick-Start.rst>`__ to know how to use LightGBM first.
**List of external libraries in which LightGBM can be used in a distributed fashion**
- `Dask-LightGBM`_ allows to create ML workflow on Dask distributed data structures.
- `MMLSpark`_ integrates LightGBM into Apache Spark ecosystem.
`The following example`_ demonstrates how easy it's possible to utilize the great power of Spark.
- `Kubeflow Fairing`_ suggests using LightGBM in a Kubernetes cluster.
`These examples`_ help to get started with LightGBM in a hybrid cloud environment.
Choose Appropriate Parallel Algorithm
-------------------------------------
...
...
@@ -122,6 +132,17 @@ Example
- `A simple parallel example`_
.. _Dask-LightGBM: https://github.com/dask/dask-lightgbm
.. _MMLSpark: https://aka.ms/spark
.. _The following example: https://github.com/Azure/mmlspark/blob/master/notebooks/samples/LightGBM%20-%20Quantile%20Regression%20for%20Drug%20Discovery.ipynb
.. _Kubeflow Fairing: https://www.kubeflow.org/docs/fairing/fairing-overview
.. _These examples: https://github.com/kubeflow/fairing/tree/master/examples/lightgbm
.. _here: https://www.youtube.com/watch?v=iqzXhp5TxUY
.. _A simple parallel example: https://github.com/microsoft/lightgbm/tree/master/examples/parallel_learning
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