Unverified Commit 9dae0e6d authored by Jianting Feng's avatar Jianting Feng Committed by GitHub
Browse files

[docs] fix a typo Features.rst (#5463)

fix a typo in docs/Features.rst
parent 45c53f78
...@@ -71,7 +71,7 @@ Optimization in Network Communication ...@@ -71,7 +71,7 @@ Optimization in Network Communication
------------------------------------- -------------------------------------
It only needs to use some collective communication algorithms, like "All reduce", "All gather" and "Reduce scatter", in distributed learning of LightGBM. It only needs to use some collective communication algorithms, like "All reduce", "All gather" and "Reduce scatter", in distributed learning of LightGBM.
LightGBM implements state-of-art algorithms\ `[9] <#references>`__. LightGBM implements state-of-the-art algorithms\ `[9] <#references>`__.
These collective communication algorithms can provide much better performance than point-to-point communication. These collective communication algorithms can provide much better performance than point-to-point communication.
.. _Optimization in Parallel Learning: .. _Optimization in Parallel Learning:
......
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