Sha256: 04025ee9a4655990de6eaf1fa8b9aa024f511c90a2a37a8ca3f8e1a2fa467c8d
Contents?: true
Size: 1.08 KB
Versions: 7
Compression:
Stored size: 1.08 KB
Contents
# Rumale::NaiveBayes [![Gem Version](https://badge.fury.io/rb/rumale-naive_bayes.svg)](https://badge.fury.io/rb/rumale-naive_bayes) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-naive_bayes/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/NaiveBayes.html) Rumale is a machine learning library in Ruby. Rumale::NaiveBayes provides naive bayes models, such as Gaussian Naive Bayes, Multinomial Naive Bayes, and Bernoulli Naive Bayes, with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-naive_bayes' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-naive_bayes ## Documentation - [Rumale API Documentation - NaiveBayes](https://yoshoku.github.io/rumale/doc/Rumale/NaiveBayes.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