We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Distributed FM and LR based on Rabit with Lbfgs
Portable, scalable and reliable distributed machine learning.
Wormhole is a place where DMLC projects works together to providescalable and reliable machine learning toolkits that can run on various platforms
Since wormhole has been Deprecated, we retain some useful tools and keep updating
Requires a C++11 compiler (e.g.~g++ >=4.8) andgit. Install them on Ubuntu >= 13.10
g++ >=4.8
git
cd dmlc-core; make to make dmlc corecd rabit; make to make rabitcd src/lbfgs-linear; make orcd src/lbfgs-fm; make
cd dmlc-core; make
cd rabit; make
cd src/lbfgs-linear; make
cd src/lbfgs-fm; make