Sha256: 9a894e9941a78ca49a20d813d4287ae3e22887d4921d3fc8ccb127d5f53a13d0
Contents?: true
Size: 1.12 KB
Versions: 7
Compression:
Stored size: 1.12 KB
Contents
# Rumale::EvaluationMeasure [![Gem Version](https://badge.fury.io/rb/rumale-evaluation_measure.svg)](https://badge.fury.io/rb/rumale-evaluation_measure) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-evaluation_measure/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/EvaluationMeasure.html) Rumale is a machine learning library in Ruby. Rumale::EvaluationMeasure provides evaluation measures, such as accuracy, precision, recall, and f-score, with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-evaluation_measure' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-evaluation_measure ## Documentation - [Rumale API Documentation - EvaluationMeasure](https://yoshoku.github.io/rumale/doc/Rumale/EvaluationMeasure.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