Skip to content

Commit 690dc34

Browse files
committed
Add more dataset links
1 parent 3c5c4e3 commit 690dc34

File tree

4 files changed

+74
-5
lines changed

4 files changed

+74
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: typos
4040
args: []
41-
exclude: ^(catalog/public/data/papers\.bib|repositories/crisp-nam\.yaml)$
41+
exclude: ^(catalog/public/data/repositories.json|catalog/public/data/papers\.bib|repositories/crisp-nam\.yaml)$
4242

4343
- repo: local
4444
hooks:

catalog/public/data/repositories.json

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
{
22
"repositories": [
3+
{
4+
"name": "crisp-nam",
5+
"repo_id": "VectorInstitute/crisp-nam",
6+
"description": "Competing Risks Interpretable Survival Prediction with Neural Additive Models",
7+
"implementations": [
8+
{
9+
"name": "CRISP-NAM",
10+
"url": "https://arxiv.org/abs/2505.21360"
11+
},
12+
{
13+
"name": "Neural Additive Models for Survival Analysis",
14+
"url": null
15+
},
16+
{
17+
"name": "DeepHit Baseline",
18+
"url": null
19+
}
20+
],
21+
"type": "applied-research",
22+
"year": 2025,
23+
"github_url": "https://github.com/VectorInstitute/crisp-nam",
24+
"paper_url": "https://arxiv.org/abs/2505.21360",
25+
"bibtex": "ramachandram2025crisp",
26+
"public_datasets": [
27+
{
28+
"name": "Framingham Heart Study",
29+
"url": "https://www.kaggle.com/datasets/aasheesh200/framingham-heart-study-dataset"
30+
},
31+
{
32+
"name": "Primary Biliary Cirrhosis (PBC)",
33+
"url": "https://www.kaggle.com/datasets/homayoonkhadivi/primary-biliary-cirrhosis-pbc-disease-dataset"
34+
},
35+
{
36+
"name": "SUPPORT",
37+
"url": null
38+
},
39+
{
40+
"name": "Synthetic Clinical Dataset",
41+
"url": null
42+
}
43+
]
44+
},
345
{
446
"name": "fair-sense-ai",
547
"repo_id": "VectorInstitute/fair-sense-ai",
@@ -102,6 +144,24 @@
102144
"url": "https://archive.ics.uci.edu/dataset/551/gas+turbine+co+and+nox+emission+data+set"
103145
}
104146
],
147+
"datasets": [
148+
{
149+
"name": "ISIC 2016",
150+
"url": "https://challenge.isic-archive.com/data/"
151+
},
152+
{
153+
"name": "DHI",
154+
"url": "https://www.kaggle.com/datasets/alexteboul/diabetes-health-indicators-dataset"
155+
},
156+
{
157+
"name": "Default of Credit Card Clients",
158+
"url": "https://archive.ics.uci.edu/dataset/350/default+of+credit+card+clients"
159+
},
160+
{
161+
"name": "Diabetes 130",
162+
"url": "https://archive.ics.uci.edu/dataset/296/diabetes+130-us+hospitals+for+years+1999-2008"
163+
}
164+
],
105165
"type": "bootcamp",
106166
"year": 2025,
107167
"github_url": "https://github.com/VectorInstitute/interpretability"
@@ -829,7 +889,7 @@
829889
"github_url": "https://github.com/VectorInstitute/privacy-enhancing-techniques"
830890
}
831891
],
832-
"totalImplementations": 117,
892+
"totalImplementations": 120,
833893
"yearsOfResearch": 7,
834-
"lastUpdated": "2025-10-01T22:07:14.759555"
894+
"lastUpdated": "2025-10-02T09:08:59.098925"
835895
}

repositories/crisp-nam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ paper_url: https://arxiv.org/abs/2505.21360
1515
bibtex: ramachandram2025crisp
1616
public_datasets:
1717
- name: Framingham Heart Study
18-
url: null
18+
url: https://www.kaggle.com/datasets/aasheesh200/framingham-heart-study-dataset
1919
- name: Primary Biliary Cirrhosis (PBC)
20-
url: null
20+
url: https://www.kaggle.com/datasets/homayoonkhadivi/primary-biliary-cirrhosis-pbc-disease-dataset
2121
- name: SUPPORT
2222
url: null
2323
- name: Synthetic Clinical Dataset

repositories/interpretability.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ implementations:
2222
url: https://interpret.ml/docs/ebm.html
2323
- name: Gas turbine dataset
2424
url: https://archive.ics.uci.edu/dataset/551/gas+turbine+co+and+nox+emission+data+set
25+
datasets:
26+
- name: ISIC 2016
27+
url: https://challenge.isic-archive.com/data/
28+
- name: DHI
29+
url: https://www.kaggle.com/datasets/alexteboul/diabetes-health-indicators-dataset
30+
- name: Default of Credit Card Clients
31+
url: https://archive.ics.uci.edu/dataset/350/default+of+credit+card+clients
32+
- name: Diabetes 130
33+
url: https://archive.ics.uci.edu/dataset/296/diabetes+130-us+hospitals+for+years+1999-2008
2534
type: bootcamp
2635
year: 2025
2736
github_url: https://github.com/VectorInstitute/interpretability

0 commit comments

Comments
 (0)