Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
oocsi
|
3 |
+
scikit-learn
|
4 |
+
numpy
|
5 |
+
streamlit
|
6 |
+
streamlit-extras
|
7 |
+
uuid
|
8 |
+
dtreeviz==1.4.1
|
9 |
+
shap
|
10 |
+
xgboost
|
11 |
+
graphviz==0.20.1
|
12 |
+
dice_ml
|