Skip to content

Commit 884b54d

Browse files
committed
added synapse ids for remaining model parquet files
1 parent f26aaf4 commit 884b54d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

manuscript/coderdataResultsFunctions.R

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ getModelPerformanceData <- function(){
7272
# "arrow" tabular dataset object that can be interacted / queried via dplyr
7373
getModelPredictionData <- function(dset='lgbm') {
7474

75-
preds <- list(lgbm = 'syn68176033')
75+
preds <- list(
76+
deepttc = "syn68176968",
77+
graphdrp = "syn68176977",
78+
lgbm = "syn68176033",
79+
pathdsp = "syn68176970",
80+
uno = "syn68176971"
81+
)
7682

7783
dataset <- arrow::open_dataset(
7884
sources = synapser::synGet(preds[[dset]])$path,

0 commit comments

Comments
 (0)