-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
199 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
type: file | ||
example: resources/datasets/neurips-2023-data/id_map.csv | ||
label: ID Map | ||
summary: "File indicates the order of de_test, the cell types and the small molecule names." | ||
info: | ||
label: ID Map | ||
summary: "File indicates the order of de_test, the cell types and the small molecule names." | ||
file_type: csv | ||
columns: | ||
- name: id | ||
type: integer | ||
description: Index of the test observation | ||
required: true | ||
- name: cell_type | ||
type: string | ||
description: "Cell type name" | ||
required: true | ||
- name: sm_name | ||
type: string | ||
description: "Small molecule name" | ||
required: true | ||
format: | ||
type: csv | ||
columns: | ||
- name: id | ||
type: integer | ||
description: Index of the test observation | ||
required: true | ||
- name: cell_type | ||
type: string | ||
description: "Cell type name" | ||
required: true | ||
- name: sm_name | ||
type: string | ||
description: "Small molecule name" | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
type: file | ||
example: resources/datasets/neurips-2023-data/model/ | ||
info: | ||
label: Model | ||
summary: "Optional model output. If no value is passed, the model will be removed at the end of the run." | ||
file_type: directory | ||
label: Model | ||
summary: "Optional model output. If no value is passed, the model will be removed at the end of the run." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.