Categories: None [Edit]

lr-linear-regression

https://rubygems.org/gems/lr-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: 138,337 of 188,802
Downloads: 4,371

Daily

Ranking: 80,626 of 188,779
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
141,127,857,902minitest

Owners

#GravatarHandle
1iconLR-DEV