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

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: 19 days 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/).