#decision-trees

[ follow ]
Rubyflow
3 months ago
Ruby on Rails

ML: An Introduction to Classification And Regression Trees in Ruby

The article explores the principles of machine learning and how they are implemented in Ruby.
The focus of this article is on CART decision trees and the mathematics behind them. [ more ]
Medium
6 months ago
Data science

Decision Tree Structure: A Comprehensive Guide

Decision trees are a popular machine learning model because of their simplicity and interpretability.
Key components of decision tree construction include the root node, internal nodes, leaf nodes, decision or split rule, branches, parent and child nodes, and depth. [ more ]
[ Load more ]