Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daugaard/example-linear-regression

An example of implementing linear regression in Ruby.
https://github.com/daugaard/example-linear-regression

rubyml

Last synced: about 1 month ago
JSON representation

An example of implementing linear regression in Ruby.

Awesome Lists containing this project

README

        

# example-linear-regression
An example of implementing linear regression in Ruby.

You can find more details about how to implement linear regression in Ruby in the related blog post: [Implementing Linear Regression using Ruby](http://www.practicalai.io/implementing-linear-regression-using-ruby/).