Spaces:
Runtime error
Runtime error
Commit
·
3de05c5
1
Parent(s):
9aba401
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
hpsklearn==0.1.0
|
2 |
+
sklearn==0.0
|
3 |
+
sklearn-contrib-py-earth @ git+https://github.com/scikit-learn-contrib/py-earth.git@dde5f899255411a7b9cbbabf93a817eff4b02e5e
|
4 |
+
sklearn-pandas==2.2.0
|
5 |
+
matplotlib==3.5.3
|
6 |
+
xgboost==1.6.2
|
7 |
+
catboost
|
8 |
+
lightgbm
|
9 |
+
shap==0.41.0
|
10 |
+
randomgen==1.23.1
|
11 |
+
optuna==3.0.3
|
12 |
+
scipy==1.7.3
|