Fix doc
1 file changed
tree: d34bd1ae384dd85faf9a17728d02f2f589c10d2d
  1. lib/
  2. test/
  3. .gitignore
  4. CONTRIBUTING.md
  5. LICENSE
  6. predictionio.gemspec
  7. Rakefile
  8. README.md
README.md

PredictionIO Ruby SDK

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

If you prefer to build and install from source

gem build predictionio.gemspec
gem install predictionio-<version>.gem

Documentation and Usage

The latest documentation is generously hosted by RubyDoc.info.

A local copy of the documentation will also be installed by the gem.