Skip to content

Commit

Permalink
Include classification for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed Jul 5, 2024
1 parent 5f575d8 commit f690050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ def benchmark(cfg: DictConfig) -> None:

data = ad.read_h5ad("./10k_pbmcs_proc.h5ad")

# evaluations_c = run_classification_example(data, cfg)
# write_to_json(evaluations_c, "classification_evaluations")
evaluations_c = run_classification_example(data, cfg)
write_to_json(evaluations_c, "classification_evaluations")

evaluations_i = run_integration_example(data, cfg)
write_to_json(evaluations_i, "integration_evaluations")
Expand Down

0 comments on commit f690050

Please sign in to comment.