Sha256: 530616e8994ead27dc2a020070b4c3b21f0841f23b45d23c43ea0b6dfc80b999
Contents?: true
Size: 1.09 KB
Versions: 7
Compression:
Stored size: 1.09 KB
Contents
# Rumale::LinearModel [![Gem Version](https://badge.fury.io/rb/rumale-linear_model.svg)](https://badge.fury.io/rb/rumale-linear_model) [![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-orange.svg)](https://github.com/yoshoku/rumale/blob/main/rumale-linear_model/LICENSE.txt) [![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://yoshoku.github.io/rumale/doc/Rumale/LinearModel.html) Rumale is a machine learning library in Ruby. Rumale::LinearModel provides linear model algorithms, such as Logistic Regression, Support Vector Machine, Lasso, and Ridge Regression with Rumale interface. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rumale-linear_model' ``` And then execute: $ bundle install Or install it yourself as: $ gem install rumale-linear_model ## Documentation - [Rumale API Documentation - LinearModel](https://yoshoku.github.io/rumale/doc/Rumale/LinearModel.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