View source on GitHub |
Generic condition.
tfdf.py_tree.condition.AbstractCondition(
missing_evaluation: Optional[bool], split_score: Optional[float] = None
)
Methods
features
@abc.abstractmethod
features() -> List[
tfdf.inspector.SimpleColumnSpec
]
List of features used to evaluate the condition.