We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320067b commit b80a8b6Copy full SHA for b80a8b6
compute_metrics.py
@@ -106,6 +106,7 @@ def main(cfg: MetricsConfig):
106
107
# or define filters configuration to control what subset will be considered
108
else:
109
+
110
def include_example(filters_line: Dict[str, str]) -> bool:
111
"""Combines all given filters via given logical operations and returns the final
112
result: should we include the current example when calculating metrics or not."""
0 commit comments