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,266 of 195,762
Downloads: 325,116

Daily

Ranking: 11,721 of 195,747
Downloads: 74

Depended by

RankDownloadsName

Depends on

RankDownloadsName
141,271,727,090minitest
292183,101,767csv
312171,213,741matrix

Owners

#GravatarHandle
1icondaugaard