Updating readme
1 file changed
tree: ae917d5b704a5861023ff83cf550d9083ce1b4f7
  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 API to quickly record your users' behavior and retrieve personalized predictions for them.

The SDK requires Ruby 1.9.3+ to function properly.

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.

Installation

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

gem install predictionio

Or using Bundler with:

gem 'predictionio', '0.8.3'

Documentation and Usage

An online version of the documentation is viewable here.

Version

The gem version must match the PredictionIO version, i.e. gem version 0.8.3 only works with PredictionIO 0.8.3.