Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
|
|
|
|
|
|
|
|
|
| 4 |
scikit-learn
|
| 5 |
-
|
| 6 |
xgboost
|
| 7 |
lightgbm
|
| 8 |
-
|
| 9 |
-
seaborn
|
| 10 |
-
plotly
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
+
plotly
|
| 5 |
+
seaborn
|
| 6 |
+
matplotlib
|
| 7 |
scikit-learn
|
| 8 |
+
imblearn
|
| 9 |
xgboost
|
| 10 |
lightgbm
|
| 11 |
+
shap
|
|
|
|
|
|