First pass at FileExport
9 files changed
tree: 4b38dc10a31725668d6e6fdcc95d882a35354e81
  1. lib/
  2. spec/
  3. .gitignore
  4. .travis.yml
  5. CONTRIBUTING.md
  6. Gemfile
  7. LICENSE
  8. predictionio.gemspec
  9. Rakefile
  10. README.md
README.md

PredictionIO Ruby SDK

Build Status Code Climate Dependency Status

The Ruby SDK provides a convenient wrapper for the PredictionIO API. It allows you to quickly record your users' behavior and retrieve personalized predictions for them.

Installation

Ruby 1.9.3+ required!

The module is published to RubyGems and can be installed directly by:

gem install predictionio

Or using Bundler with:

gem 'predictionio', '0.9.0'

Documentation

RDoc is available online.

Support

Forum

https://groups.google.com/group/predictionio-user

Issue Tracker

https://predictionio.atlassian.net

If you are unsure whether a behavior is an issue, bringing it up in the forum is highly encouraged.