abhishek-kumar commited on
Commit
a9d4608
·
verified ·
1 Parent(s): 46f849b

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +32 -0
metadata.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_model_name": "GradientBoosting",
3
+ "best_accuracy": 0.9491525423728814,
4
+ "all_scores": {
5
+ "RandomForest": 0.9249394673123487,
6
+ "GradientBoosting": 0.9491525423728814,
7
+ "XGBoost": 0.9430992736077481
8
+ },
9
+ "feature_names": [
10
+ "Age",
11
+ "TypeofContact",
12
+ "CityTier",
13
+ "DurationOfPitch",
14
+ "Occupation",
15
+ "Gender",
16
+ "NumberOfPersonVisiting",
17
+ "NumberOfFollowups",
18
+ "ProductPitched",
19
+ "PreferredPropertyStar",
20
+ "MaritalStatus",
21
+ "NumberOfTrips",
22
+ "Passport",
23
+ "PitchSatisfactionScore",
24
+ "OwnCar",
25
+ "NumberOfChildrenVisiting",
26
+ "Designation",
27
+ "MonthlyIncome"
28
+ ],
29
+ "training_samples": 3302,
30
+ "test_samples": 826,
31
+ "mlflow_experiment": "tourism_package_prediction"
32
+ }