This commit is contained in:
tqchen 2015-01-20 20:27:43 -08:00
parent 4ebe657dd7
commit 93a13381c1

View File

@ -5,6 +5,7 @@ rabit is a light weight library that provides a fault tolerant interface of Allr
* [Tutorial](guide) * [Tutorial](guide)
* [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc) * [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc)
* You can also directly read the [interface header](include/rabit.h) * You can also directly read the [interface header](include/rabit.h)
* [Machine Learning Tools](rabit-learn)
Features Features
==== ====
@ -26,3 +27,10 @@ Use Rabit
* Add lib to the library path and include to the include path of compiler * Add lib to the library path and include to the include path of compiler
* Languages: You can use rabit in C++ and python * Languages: You can use rabit in C++ and python
- It is also possible to port the library to other languages - It is also possible to port the library to other languages
Contributing
====
Rabit is an open-source library, contribution is welcomed, including
* The rabit core library.
* Toolkits, benchmarks, resource links to repos related to rabit.
* Tutorial and examples about the library.