We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26aaf4 commit 884b54dCopy full SHA for 884b54d
1 file changed
manuscript/coderdataResultsFunctions.R
@@ -72,7 +72,13 @@ getModelPerformanceData <- function(){
72
# "arrow" tabular dataset object that can be interacted / queried via dplyr
73
getModelPredictionData <- function(dset='lgbm') {
74
75
- preds <- list(lgbm = 'syn68176033')
+ preds <- list(
76
+ deepttc = "syn68176968",
77
+ graphdrp = "syn68176977",
78
+ lgbm = "syn68176033",
79
+ pathdsp = "syn68176970",
80
+ uno = "syn68176971"
81
+ )
82
83
dataset <- arrow::open_dataset(
84
sources = synapser::synGet(preds[[dset]])$path,
0 commit comments