in clearbox/features.py [0:0]
def serialize_to_ranking_expression(self) -> str:
"""Serialize the node to the ranking expression format."""
return " * ".join(
[self._serialize_arg_to_ranking_expression(arg) for arg in self._args]
)