You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "Linear regression implemented in Ruby."
s.description = %q{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.}