in clearbox/formula.py [0:0]
def feature_names(self) -> list[str]:
"""Getter for the list of feature names.
Returns:
The list of feature names as strings.
"""
return [f.serialize_to_ranking_expression() for f in self._features]