Skip to content
/ jubatus Public
forked from jubatus/jubatus

Framework and Library for Distributed Online Machine Learning

License

Notifications You must be signed in to change notification settings

rimms/jubatus

This branch is 347 commits behind jubatus/jubatus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed3b8dc · Apr 25, 2016
Nov 11, 2015
Apr 21, 2016
Apr 20, 2016
Apr 21, 2016
Mar 23, 2016
Apr 25, 2016
Mar 28, 2013
Feb 22, 2016
Feb 16, 2015
Apr 25, 2016
Dec 18, 2014
Nov 7, 2012
Sep 25, 2012
Dec 2, 2014
Sep 25, 2012
Jan 30, 2013
Jun 19, 2014
Jun 13, 2014
Jul 14, 2015
Aug 15, 2012
Apr 25, 2016

Repository files navigation

Jubatus

The Jubatus library is an online machine learning framework which runs in distributed environment.

See http://jubat.us/ for details.

Quick Start

We officially support Ubuntu Server 12.04 LTS (x86_64) and Red Hat Enterprise Linux 6.2 or later (x86_64).

See QuickStart for detailed description.

Red Hat Enterprise Linux 6.2 or later (x86_64)

Run the following command to register Jubatus Yum repository to the system.

$ sudo rpm -Uvh http://download.jubat.us/yum/rhel/6/stable/x86_64/jubatus-release-6-1.el6.x86_64.rpm

Then install jubatus and jubatus-client package.

$ sudo yum install jubatus jubatus-client

Now Jubatus is installed in /usr/bin/juba*.

$ jubaclassifier -f /usr/share/jubatus/example/config/classifier/pa.json

Ubuntu Server 12.04 LTS (x86_64)

Write the following line to /etc/apt/sources.list.d/jubatus.list to register Jubatus Apt repository to the system.

deb http://download.jubat.us/apt binary/

Now install jubatus package.

$ sudo apt-get update
$ sudo apt-get install -y --force-yes jubatus

Now Jubatus is installed in /opt/jubatus/bin/juba*.

$ source /opt/jubatus/profile
$ jubaclassifier -f /opt/jubatus/share/jubatus/example/config/classifier/pa.json

Other Platforms

For other platforms, refer to the documentation.

License

LGPL 2.1

Third-party libraries included in Jubatus

Jubatus source tree includes following third-party library.

  • cmdline (under BSD 3-Clause License)

Jubatus requires jubatus_core library. jubatus_core contains Eigen and fork of pficommon. Eigen is licensed under MPL2 (partially in LGPL 2.1 or 2.1+). The fork of pficommon is licensed under New BSD License.

Update history

Update history can be found from ChangeLog or WikiPage.

Contributors

Patches contributed by those people.

About

Framework and Library for Distributed Online Machine Learning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 74.8%
  • Python 25.2%