rodrigob / dmlc-core

A common code-base for Distributed Machine Learning in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DMLC Core

Build Status

A common code-base for Distributed Machine Learning in C++.

Developer Channel Join the chat at https://gitter.im/dmlc/dmlc-core

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 and open a new issue if you like to add something.

  • 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

About

A common code-base for Distributed Machine Learning in C++

License:Other


Languages

Language:C++ 71.8%Language:Python 13.0%Language:Java 12.0%Language:Makefile 2.1%Language:Shell 1.1%