Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 985 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 985 Bytes

jubabox cookbook

オンライン機械学習向け分散処理フレームワークである Jubatus の Vagrant Project です。

jubatus-example で公開されている Ruby と Python のサンプルプログラムを動かす段階まで環境構築を行います。

Requirements

Usage

$ vagrant plugin install vagrant-berkshelf
$ vagrant plugin install vagrant-vbguest
$ git clone [email protected]:holidayworking/jubabox.git
$ cd jubabox
$ bundle install
$ vagrant up
$ vagrant ssh
vagrant@jubabox:~$ cd jubatus-example/shogun
vagrant@jubabox:~/jubatus-example/shogun$ jubaclassifier --configpath shogun.json &
vagrant@jubabox:~/jubatus-example/shogun$ ruby ./shogun.rb

Author

Author:: Hidekazu Tanaka ([email protected])