Categories: None [Edit]

ruby_linear_regression

https://rubygems.org/gems/ruby_linear_regression
https://github.com/daugaard/linear-regression
An implementation of a linear regression machine learning algorithm implemented in Ruby. The library supports simple problems with one independent variable used to predict a dependent variable as well as multivariate problems with multiple independent variables to predict a dependent variable. You can train your algorithms using the normal equation or gradient descent. The library is implemented in pure ruby using Ruby's Matrix implementation.

Total

Ranking: 10,251 of 196,799
Downloads: 332,811

Daily

Ranking: 9,090 of 196,768
Downloads: 238

Depended by

RankDownloadsName

Depends on

RankDownloadsName
141,303,302,410minitest
279201,150,402csv
307179,132,965matrix

Owners

#GravatarHandle
1icondaugaard