Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
hopsworks
|
| 2 |
+
scikit-learn == 1.0.2
|
| 3 |
+
numpy
|
| 4 |
+
joblib
|
| 5 |
+
python-dotenv
|
| 6 |
+
xgboost == 0.90
|
| 7 |
+
optuna
|
| 8 |
+
datetime
|
| 9 |
+
folium
|
| 10 |
+
streamlit_folium
|
| 11 |
+
streamlit
|