Skip to content

Commit

Permalink
add scvi test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 committed Feb 6, 2025
1 parent f7a8e9c commit e70285e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tdc/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ def get_task2category():
"evebio_pharmone_v1_target_table": "tab",
"cellxgene_sample_small": "h5ad",
"scgpt_vocab": "json",
"scvi_test_dataset": "h5ad",
}

name2id = {
Expand Down Expand Up @@ -1166,6 +1167,7 @@ def get_task2category():
"evebio_pharmone_v1_target_table": 10741537,
"cellxgene_sample_small": 10806522,
"scgpt_vocab": 10809431,
"scvi_test_dataset": 10872157,
}

oracle2type = {
Expand Down

0 comments on commit e70285e

Please sign in to comment.