Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Flask==2.3.3
|
3 |
+
pandas==1.5.3
|
4 |
+
numpy==1.24.3
|
5 |
+
scikit-learn==1.2.2
|
6 |
+
imbalanced-learn==0.11.0
|
7 |
+
matplotlib==3.6.0
|
8 |
+
seaborn==0.12.2
|
9 |
+
joblib==1.3.2
|
10 |
+
plotly== 5.9.0
|
11 |
+
gunicorn==20.0.4
|
12 |
+
dice-ml==0.6.1
|
13 |
+
lime==0.2.0.1
|
14 |
+
yellowbrick==1.5
|