オンライン機械学習向け分散処理フレームワークである Jubatus の Vagrant Project です。
jubatus-example で公開されている Ruby と Python のサンプルプログラムを動かす段階まで環境構築を行います。
$ 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:: Hidekazu Tanaka ([email protected])