Alien-XGBoost
view release on metacpan or search on metacpan
xgboost/dmlc-core/README.md view on Meta::CPAN
Distributed Machine Learning Common Codebase
============================================
[](https://travis-ci.org/dmlc/dmlc-core)
[](http://dmlc-core.readthedocs.org/en/latest/)
[](./LICENSE)
DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.
Developer Channel [](https://gitter.im/dmlc/dmlc-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
What's New
----------
* [Note on Parameter Module for Machine Learning](http://dmlc-core.readthedocs.org/en/latest/parameter.html)
Contents
--------
* [Documentation and Tutorials](http://dmlc-core.readthedocs.org/en/latest/)
* [Contributing](#contributing)
Contributing
------------
Contributing to dmlc-core is welcomed! dmlc-core follows google's C style guide. If you are interested in contributing, take a look at [feature wishlist](https://github.com/dmlc/dmlc-core/labels/feature%20wishlist) and open a new issue if you like to...
* Use of c++11 is allowed, given that the code is macro guarded with ```DMLC_USE_CXX11```
* Try to introduce minimum dependency when possible
### CheckList before submit code
* Type ```make lint``` and fix all the style problems.
* Type ```make doc``` and fix all the warnings.
NOTE
----
deps:
libcurl4-openssl-dev
( run in 0.599 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )