Ruby Machine Learning
Making apps smarter.
Gem to build simple regressors and classifiers into your application, without necessarily having to understand all the math behind.
Installation
Run gem install ruby_machine_learning
Or add to your gemfile and run bundle install
# Gemfile
gem 'ruby_machine_learning'
# Terminal
bundle install
Disclaimer
This gem is not ready yet. We are still in the pre-release version. Please do not use in your production application yet.