๐ฉโ๐ป Join our community of thousands of amazing developers!
Welcome to the third article in our Machine Learning with Ruby series! In our previous article Machine Learning: An Introduction to CART Decision Trees in Ruby, we covered CART decision trees and built a simple tree of our own. We then looked into our first ensemble model technique, Random Forests, in Machine Learning: An Introduction to Random Forests. It is a good idea to review that article before diving into this one. Random Forests are great for a wide variety of cases, but there are also s...