Also known as: Non binary Condition
A condition containing more than two possible outcomes. For example, the following non-binary condition contains three possible outcomes: !A condition (number_of_legs = ?) that leads to three possible outcomes. One outcome (number_of_legs = 8) leads to a leaf named spider. A second outcome (number_of_legs = 4) leads to a leaf named dog. A third outcome (number_of_legs = 2) leads to a leaf named penguin. See Types of conditions in the Decision Forests course for more information.