Skip to content

Commit cc816dc

Browse files
committed
Add crisp-nam repo
1 parent 7e48058 commit cc816dc

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

.pre-commit-config.yaml

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

4243
- repo: local
4344
hooks:

catalog/public/data/papers.bib

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ @article{roy2025shared
1919
journal={arXiv preprint arXiv:2503.01654},
2020
year={2025}
2121
}
22+
23+
@article{ramachandram2025crisp,
24+
title={CRISP-NAM: Competing Risks Interpretable Survival Prediction with Neural Additive Models},
25+
author={Ramachandram, Dhanesh and Raval, Ananya},
26+
journal={arXiv preprint arXiv:2505.21360},
27+
year={2025}
28+
}

repositories/crisp-nam.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: crisp-nam
2+
repo_id: VectorInstitute/crisp-nam
3+
description: "Competing Risks Interpretable Survival Prediction with Neural Additive Models"
4+
implementations:
5+
- name: CRISP-NAM
6+
url: https://arxiv.org/abs/2505.21360
7+
- name: Neural Additive Models for Survival Analysis
8+
url: null
9+
- name: DeepHit Baseline
10+
url: null
11+
type: applied-research
12+
year: 2025
13+
github_url: https://github.com/VectorInstitute/crisp-nam
14+
paper_url: https://arxiv.org/abs/2505.21360
15+
bibtex: ramachandram2025crisp
16+
public_datasets:
17+
- name: Framingham Heart Study
18+
url: null
19+
- name: Primary Biliary Cirrhosis (PBC)
20+
url: null
21+
- name: SUPPORT
22+
url: null
23+
- name: Synthetic Clinical Dataset
24+
url: null

0 commit comments

Comments
 (0)