Skip to content

Commit

Permalink
skip srsr/depression only for Buhos
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner committed Oct 14, 2024
1 parent da801d1 commit e94c118
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions notebooks/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,6 @@ def append_to_output(result: dict, *, package_name: str) -> None:
for benchmark_path in evaluation.get_dataset_labels():
print(f"Dataset: {benchmark_path}")

if benchmark_path in ["srsr", "depression"]:
continue

dedupe_benchmark = DedupeBenchmarker(
benchmark_path=Path(f"data/{benchmark_path}")
)
Expand Down Expand Up @@ -367,6 +364,8 @@ def append_to_output(result: dict, *, package_name: str) -> None:

print()

if benchmark_path in ["srsr", "depression"]:
continue
# Buhos
records_df.to_csv("notebooks/buhos/records.csv", index=False)
timestamp = datetime.now()
Expand Down

0 comments on commit e94c118

Please sign in to comment.