Satyanjay commited on
Commit
709b7d0
·
verified ·
1 Parent(s): 0f5f8c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -19
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  language: en
4
  tags:
@@ -16,30 +15,20 @@ metrics:
16
 
17
  # Tourism Purchase Prediction Model
18
 
19
- ## 📌 Overview
20
  This model predicts whether a customer will purchase the Wellness Tourism Package.
21
 
22
- ## ⚙️ Model Details
23
  - Algorithm: Random Forest Classifier
24
  - Framework: Scikit-learn
25
  - Experiment Tracking: MLflow
26
 
27
- ## 📊 Performance
28
- - Accuracy: 0.89
29
  - Recall (Class 1): 0.52
30
 
31
- ## 📂 Dataset
32
- - Source: Hugging Face Dataset Hub
33
- - Dataset: Satyanjay/Tourism_Project_Processed
34
-
35
- ## 🚀 Usage
36
- ```python
37
- from huggingface_hub import hf_hub_download
38
- import joblib
39
-
40
- model_path = hf_hub_download(
41
- repo_id="Satyanjay/Tourism_Model",
42
- filename="best_model.pkl"
43
- )
44
 
45
- model = joblib.load(model_path)
 
 
 
1
  ---
2
  language: en
3
  tags:
 
15
 
16
  # Tourism Purchase Prediction Model
17
 
18
+ ## Overview
19
  This model predicts whether a customer will purchase the Wellness Tourism Package.
20
 
21
+ ## Model Details
22
  - Algorithm: Random Forest Classifier
23
  - Framework: Scikit-learn
24
  - Experiment Tracking: MLflow
25
 
26
+ ## Performance
27
+ - Accuracy: 0.897
28
  - Recall (Class 1): 0.52
29
 
30
+ ## Dataset
31
+ - Satyanjay/Tourism_Project_Processed
 
 
 
 
 
 
 
 
 
 
 
32
 
33
+ ## Usage
34
+ Use huggingface_hub to download and load the model.