We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5720c commit 993a7c7Copy full SHA for 993a7c7
src/workflows/run_benchmark/config.vsh.yaml
@@ -74,6 +74,7 @@ dependencies:
74
- name: methods/guanlab_dengkw_pm
75
- name: methods/novel
76
- name: methods/simple_mlp
77
+ - name: methods/suzuki_mlp
78
- name: metrics/correlation
79
- name: metrics/mse
80
runners:
src/workflows/run_benchmark/main.nf
@@ -18,7 +18,8 @@ methods = [
18
lm,
19
guanlab_dengkw_pm,
20
novel,
21
- simple_mlp
+ simple_mlp,
22
+ suzuki_mlp
23
]
24
25
// construct list of metrics
0 commit comments