Implementing Linear Regression using Ruby
A quick guide that shows how to use linear regression machine learning algorithms in Ruby. Using existing Ruby gems we will setup a linear regression model, train the algorithm and make predictions in minutes. For this example we will use historic house prices in Staten Island to predict the values of houses.
http://www.practicalai.io/implementing-linear-regression-using-ruby/
Post a comment