Glossary term
Glossary term
Foundations
A condition containing more than two possible outcomes. For example, the following non-binary condition contains three possible outcomes:

See Types of conditions in the Decision Forests course for more information.
Created for this library
A risk modeling team uses a non-binary condition like region in {US, UK, EU} to collapse several enum values into a single tree split.
A churn team uses non-binary conditions over plan type in its segmentation tree to handle several plan values in one split.
A marketing analytics team uses non-binary conditions for tree splits over country groups to keep the tree compact.
Definition source: Google for Developers Machine Learning Glossary | Creative Commons Attribution 4.0 License