Skip to content

Commit 8e1921e

Browse files
committed
Add SwiFT overview interactive demo
1 parent a39e0a8 commit 8e1921e

13 files changed

Lines changed: 1999 additions & 0 deletions

swift_demo/index.html

Lines changed: 322 additions & 0 deletions
Large diffs are not rendered by default.
9.66 MB
Loading
8.73 MB
Loading
8.54 MB
Loading
98.5 KB
Loading
9.31 MB
Loading
100 KB
Loading

swift_demo/output/results.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"subjects": {
3+
"subject_A": {
4+
"display_label": "Subject A",
5+
"true_outcome": "MCI \u2192 AD",
6+
"ad_prob": 0.95,
7+
"stable_prob": 0.05,
8+
"gif_file": "adni_subject_A.gif",
9+
"reveal_color": "red"
10+
},
11+
"subject_B": {
12+
"display_label": "Subject B",
13+
"true_outcome": "Stable MCI",
14+
"ad_prob": 0.03,
15+
"stable_prob": 0.97,
16+
"gif_file": "adni_subject_B.gif",
17+
"reveal_color": "green"
18+
}
19+
},
20+
"model_performance": {
21+
"AUC": 0.733,
22+
"AUPRC": 0.781
23+
}
24+
}
559 KB
Loading
421 KB
Loading

0 commit comments

Comments
 (0)