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,115 of 189,704
Downloads: 296,146

Daily

Ranking: 6,544 of 189,678
Downloads: 330

Depended by

RankDownloadsName

Depends on

RankDownloadsName
141,151,464,875minitest
328143,308,588matrix
364126,714,871csv

Owners

#GravatarHandle
1icondaugaard