ML: An Introduction to Classification And Regression Trees in Ruby
This is the first article of a series about ML in Ruby. The FastRuby.io team will explore some principles of machine learning, namely binary classifiers, and walk through how they connect to each other, in Ruby.
This article focuses on decision trees, namely CART (Classification And Regression Trees) and a little bit of the mathematics behind them.
More here: Machine Learning: An Introduction to CART Decision Trees in Ruby
Comments
This link doesn’t seem to go to the indicated article for me. It redirects to “Rails Performance Unveiled: Identifying Common Culprits”
Post a comment