Machine Learning: An Introduction to Gradient Boosting

1 ยท fastruby.io ยท Jan. 26, 2024, 2:30 p.m.
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...