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,082 of 187,816
Downloads: 284,849

Daily

Ranking: 10,214 of 187,804
Downloads: 91

Depended by

RankDownloadsName

Depends on

RankDownloadsName
151,096,710,679minitest
331131,605,360matrix
437105,639,702csv

Owners

#GravatarHandle
1icondaugaard