Machine Learning Intermediate
binary condition
In a decision tree, a condition that has only two possible outcomes, typically yes or no.
Plain English Explanation
In a decision tree, a condition that has only two possible outcomes, typically yes or no. For example, the following is a binary condition:
Contrast with non-binary condition. See Types of conditions in the Decision Forests course for more information.
How is it used?
Practitioners refer to binary condition when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.