Codebase list rabit / 770545d1-56d3-403e-a5e4-251f3729987f/upstream doc / index.md
770545d1-56d3-403e-a5e4-251f3729987f/upstream

Tree @770545d1-56d3-403e-a5e4-251f3729987f/upstream (Download .tar.gz)

index.md @770545d1-56d3-403e-a5e4-251f3729987f/upstreamraw · history · blame

Rabit Documentation
=====================
rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction. The goal of rabit is to support **portable** , **scalable** and **reliable** distributed machine learning programs.

API Documents
-------------
```eval_rst

.. toctree::
   :maxdepth: 2

   python_api.md
   cpp_api.md
   parameters.md
   guide.md
```
Indices and tables
------------------

```eval_rst
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
```