Spaces:
Running
Running
Commit ·
2e34fb5
1
Parent(s): bf33420
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -11,7 +11,7 @@ seaborn==0.12.1 # Advanced data visualization, helpful for heatmaps
|
|
| 11 |
joblib==1.2.0 # For saving and loading machine learning models (used for Random Forest, Decision Trees, etc.)
|
| 12 |
|
| 13 |
# Reporting and Metrics
|
| 14 |
-
scikit-learn==1.
|
| 15 |
|
| 16 |
# Hugging Face Hub Integration
|
| 17 |
huggingface_hub==0.29.0rc7 # Integration with Hugging Face Hub (for model uploading, downloading, sharing)
|
|
|
|
| 11 |
joblib==1.2.0 # For saving and loading machine learning models (used for Random Forest, Decision Trees, etc.)
|
| 12 |
|
| 13 |
# Reporting and Metrics
|
| 14 |
+
scikit-learn==1.5.1 # For generating classification reports, confusion matrices, and model evaluation metrics
|
| 15 |
|
| 16 |
# Hugging Face Hub Integration
|
| 17 |
huggingface_hub==0.29.0rc7 # Integration with Hugging Face Hub (for model uploading, downloading, sharing)
|