Supreeth15 commited on
Commit
fa3f272
·
verified ·
1 Parent(s): a9be344

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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.9584
10
 
11
  ## Metrics
12
  - Accuracy: 0.9165
13
- - Precision: 0.9091
14
- - Recall: 0.6289
15
- - F1-Score: 0.7435
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("Supreeth15/tourism-model", "best_model.pkl"))
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