Rumale::ModelSelection

Gem Version BSD 3-Clause License Documentation

Rumale is a machine learning library in Ruby. Rumale::ModelSelection provides model validation techniques, such as k-fold cross-validation, time series cross-validation, and grid search, with Rumale interface.

Installation

Add this line to your application's Gemfile:

gem 'rumale-model_selection'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rumale-model_selection

Documentation

License

The gem is available as open source under the terms of the BSD-3-Clause License.