RubyFlow The Ruby and Rails community linklog

Implementing Classification using Logistic Regression in Ruby

In this blog post we will walk through how to implement a simple classification algorithm in Ruby using logistic regression. We will use the gem liblinear-ruby to help us setup a model, train it and make predictions in a matter of minutes - http://www.practicalai.io/implementing-classification-using-logistic-regression-in-ruby/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in