Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,13 +6,13 @@ tags: [tourism, classification, mlops]
|
|
| 6 |
# Tourism Package Prediction Model
|
| 7 |
|
| 8 |
## Best Model: Bagging
|
| 9 |
-
**ROC-AUC**: 0.
|
| 10 |
|
| 11 |
## Metrics
|
| 12 |
- Accuracy: 0.9165
|
| 13 |
-
- Precision: 0.
|
| 14 |
-
- Recall: 0.
|
| 15 |
-
- F1-Score: 0.
|
| 16 |
|
| 17 |
## Parameters
|
| 18 |
{
|
|
@@ -23,7 +23,7 @@ tags: [tourism, classification, mlops]
|
|
| 23 |
## Usage
|
| 24 |
```python
|
| 25 |
from huggingface_hub import hf_hub_download
|
| 26 |
-
model = joblib.load(hf_hub_download("
|
| 27 |
```
|
| 28 |
|
| 29 |
Training Date: 2025-10-11
|
|
|
|
| 6 |
# Tourism Package Prediction Model
|
| 7 |
|
| 8 |
## Best Model: Bagging
|
| 9 |
+
**ROC-AUC**: 0.9571
|
| 10 |
|
| 11 |
## Metrics
|
| 12 |
- Accuracy: 0.9165
|
| 13 |
+
- Precision: 0.9167
|
| 14 |
+
- Recall: 0.6226
|
| 15 |
+
- F1-Score: 0.7416
|
| 16 |
|
| 17 |
## Parameters
|
| 18 |
{
|
|
|
|
| 23 |
## Usage
|
| 24 |
```python
|
| 25 |
from huggingface_hub import hf_hub_download
|
| 26 |
+
model = joblib.load(hf_hub_download("supreeth15/tourism-model", "best_model.pkl"))
|
| 27 |
```
|
| 28 |
|
| 29 |
Training Date: 2025-10-11
|