Blue or Not Blue decision trees

(written by lawrence krubner, however indented passages are often quotes). You can contact lawrence at: lawrence@krubner.com, or follow me on Twitter.

This is a point worth remembering:

“Before we get started I need to clarify something. Theoretical decision trees can have two or more branches protruding from a single node. However, this can be computationally expensive so most implementations of decision trees only allow binary splits.”

Post external references

  1. 1
    https://gormanalysis.com/magic-behind-constructing-a-decision-tree/
Source