Last active
December 10, 2015 17:59
-
-
Save rimms/4471857 to your computer and use it in GitHub Desktop.
How to Use Jubatus 0.4.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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