Sha256: f72822cfb01b20cdf366cce7e90e17c20e5579f09778044ba0f6b7d707b079d8

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

# Rumale::ModelSelection

[![Gem Version](https://badge.fury.io/rb/rumale-model_selection.svg)](https://badge.fury.io/rb/rumale-model_selection)
[![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-model_selection/LICENSE.txt)
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection.html)

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:

```ruby
gem 'rumale-model_selection'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install rumale-model_selection

## Documentation

- [Rumale API Documentation - ModelSelection](https://yoshoku.github.io/rumale/doc/Rumale/ModelSelection.html)

## License

The gem is available as open source under the terms of the [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rumale-model_selection-0.29.0 README.md
rumale-model_selection-0.28.1 README.md
rumale-model_selection-0.28.0 README.md
rumale-model_selection-0.27.0 README.md
rumale-model_selection-0.26.0 README.md
rumale-model_selection-0.25.0 README.md
rumale-model_selection-0.24.0 README.md