Spaces:
Runtime error
Runtime error
Benjamin Bossan
commited on
Commit
•
ddb58af
1
Parent(s):
27c25c1
Add xgb, lgbm, catboost as requirements
Browse filesMake at least the more common packages availabe.
- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
|
|
1 |
huggingface_hub
|
|
|
2 |
pandas
|
3 |
scikit-learn
|
|
|
4 |
git+https://github.com/skops-dev/skops.git
|
|
|
1 |
+
catboost
|
2 |
huggingface_hub
|
3 |
+
lightgbm
|
4 |
pandas
|
5 |
scikit-learn
|
6 |
+
xgboost
|
7 |
git+https://github.com/skops-dev/skops.git
|