Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -12,6 +12,11 @@ pandas
|
|
| 12 |
numpy
|
| 13 |
scikit-learn
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
# Gradio GUI + visualization
|
| 16 |
gradio
|
| 17 |
ffmpeg-python
|
|
|
|
| 12 |
numpy
|
| 13 |
scikit-learn
|
| 14 |
|
| 15 |
+
# Tree-based AutoGluon models
|
| 16 |
+
lightgbm
|
| 17 |
+
catboost
|
| 18 |
+
xgboost
|
| 19 |
+
|
| 20 |
# Gradio GUI + visualization
|
| 21 |
gradio
|
| 22 |
ffmpeg-python
|