This benchmark does not benchmark a method's performance on labelling a totally new dataset, given an existing reference dataset. Instead, it takes a large dataset and then uses one batch as test holdout.
- We should create a new task
task_label_transfer which maps cell type labels from a reference dataset to a query dataset. This benchmark will then also have to deal with having to match different matrix shapes.
- To avoid confusion, we should update the description of this task to reflect the distinction between label projection and label transfer
This benchmark does not benchmark a method's performance on labelling a totally new dataset, given an existing reference dataset. Instead, it takes a large dataset and then uses one batch as test holdout.
task_label_transferwhich maps cell type labels from a reference dataset to a query dataset. This benchmark will then also have to deal with having to match different matrix shapes.