prashant91 commited on
Commit
aea3b65
·
verified ·
1 Parent(s): 19e6808

Add model documentation

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -9,15 +9,15 @@ library_name: scikit-learn
9
  # Wellness Tourism Package Prediction Model
10
 
11
  ## Model Details
12
- - **Algorithm**: GradientBoosting
13
  - **Task**: Binary Classification
14
  - **Framework**: scikit-learn
15
 
16
  ## Performance Metrics
17
- - **Accuracy**: 0.9310
18
- - **Precision**: 0.9322
19
- - **Recall**: 0.6918
20
- - **F1 Score**: 0.7942
21
 
22
  ## Usage
23
 
 
9
  # Wellness Tourism Package Prediction Model
10
 
11
  ## Model Details
12
+ - **Algorithm**: DecisionTree
13
  - **Task**: Binary Classification
14
  - **Framework**: scikit-learn
15
 
16
  ## Performance Metrics
17
+ - **Accuracy**: 0.9315
18
+ - **Precision**: 0.8378
19
+ - **Recall**: 0.8000
20
+ - **F1 Score**: 0.8185
21
 
22
  ## Usage
23