Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package #59

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e21c2dd
renamed: ../../dsm/contrib/__init__.py -> contrib/__init__.py
chiragnagpal Jan 30, 2022
aa497fb
renamed: contrib/__init__.py -> cph/__init__.py
chiragnagpal Jan 30, 2022
c4e66b6
new file: __init__.py
chiragnagpal Jan 30, 2022
ad9c06e
renamed: estimators/cph/__init__.py -> models/cph/__init__.py
chiragnagpal Jan 30, 2022
41dd4c7
modified: README.md
chiragnagpal Jan 30, 2022
7978a9d
new file: github-actions-demo.yml
chiragnagpal Jan 30, 2022
06228b3
Update github-actions-demo.yml
Jan 30, 2022
e68636a
Update github-actions-demo.yml
Jan 30, 2022
3449ce5
Update requirements.txt
Jan 30, 2022
cf8e45f
Update test_dsm.py
Jan 30, 2022
3e980e7
Update __init__.py
Jan 30, 2022
947cb89
Update __init__.py
Jan 30, 2022
91a6b81
Update dsm_api.py
Jan 30, 2022
bf9544b
Update utilities.py
Jan 30, 2022
9088070
Update dsm_api.py
Jan 30, 2022
e843550
Update github-actions-demo.yml
Jan 30, 2022
7c79134
Update requirements.txt
Jan 30, 2022
0751d47
Update github-actions-demo.yml
Jan 30, 2022
40a5a93
Update github-actions-demo.yml
Jan 30, 2022
6d7cc31
Update github-actions-demo.yml
Jan 30, 2022
b6f5b28
modified: ../auton_survival/datasets.py
chiragnagpal Feb 5, 2022
77d0a33
Merge branch 'package' of https://github.com/autonlab/auton-survival …
chiragnagpal Feb 5, 2022
03b78aa
modified: DSM on SUPPORT Dataset.ipynb
chiragnagpal Feb 5, 2022
282135e
new file: CV Survival Regression on SUPPORT Dataset.ipynb
chiragnagpal Feb 5, 2022
c431242
modified: ../auton_survival/estimators.py
chiragnagpal Feb 5, 2022
595fb9c
deleted: RDSM on PBC Dataset.ipynb
chiragnagpal Feb 5, 2022
44954a8
modified: preprocessing.py
chiragnagpal Feb 5, 2022
0964bd1
modified: preprocessing.py
chiragnagpal Feb 5, 2022
4299add
modified: phenotyping.py
chiragnagpal Feb 5, 2022
c721249
modified: phenotyping.py
chiragnagpal Feb 5, 2022
6220338
modified: phenotyping.py
chiragnagpal Feb 5, 2022
28061e7
modified: metrics.py
chiragnagpal Feb 5, 2022
1b09c03
modified: metrics.py
chiragnagpal Feb 5, 2022
81a1a56
modified: ../auton_survival/metrics.py
chiragnagpal Feb 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update requirements.txt
  • Loading branch information
Chirag Nagpal authored Jan 30, 2022
commit 7c79134002f6f6e5a5eb3cda970e3bb69173ffe3
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torch>=1.0.0
numpy>=1.16.5
pandas>=1.0.0
pandas>=1.3.0
tqdm>=4.0.0
scikit-learn>=0.18
scikit-learn>=0.24
torchvision>=0.7.0
scikit-survival>=0.15.0