Skip to content

Instantly share code, notes, and snippets.

@rimms
Last active December 10, 2015 17:59
Show Gist options
  • Save rimms/4471857 to your computer and use it in GitHub Desktop.
Save rimms/4471857 to your computer and use it in GitHub Desktop.
How to Use Jubatus 0.4.0
standalone mode
===============
$ jubaclassifier -f CONFIGFILE_PATH
CONFIGFILE_PATH is Jubatus's machine learning configuration.
For example, see https://github.com/jubatus/jubatus/tree/develop/src/server/test_input .
A new key "parameter" was added for each algorithm (some algorithm has no parameter).
distributed mode
================
$ jubaconfig -c write -t classifier -n NAME -z localhost:2181 -f CONFIGFILE_PATH
$ jubaclassifier -n NAME -z localhost:2181
jubaconfig has 4 commands.
write : write the contents of the specificated file
delete: delete configuration on the zookeeper
read : print configuration on the zookeeper
list : print all configuration on the zookeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment