Add survival analysis and model persistence dependencies
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -5,3 +5,8 @@ scikit-learn>=1.3.0
|
|
| 5 |
matplotlib>=3.7.0
|
| 6 |
seaborn>=0.12.0
|
| 7 |
torch>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
matplotlib>=3.7.0
|
| 6 |
seaborn>=0.12.0
|
| 7 |
torch>=2.0.0
|
| 8 |
+
joblib>=1.3.0
|
| 9 |
+
huggingface-hub>=0.23.0
|
| 10 |
+
lifelines>=0.28.0
|
| 11 |
+
scikit-survival>=0.22.0
|
| 12 |
+
pycox>=0.3.0
|