Prashantbhat1607 commited on
Commit
156f3f1
·
verified ·
1 Parent(s): ef723cc

Upload model_meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_meta.json +52 -0
model_meta.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target": "ProdTaken",
3
+ "features": [
4
+ "Age",
5
+ "TypeofContact",
6
+ "CityTier",
7
+ "DurationOfPitch",
8
+ "Occupation",
9
+ "Gender",
10
+ "NumberOfPersonVisiting",
11
+ "NumberOfFollowups",
12
+ "ProductPitched",
13
+ "PreferredPropertyStar",
14
+ "MaritalStatus",
15
+ "NumberOfTrips",
16
+ "Passport",
17
+ "PitchSatisfactionScore",
18
+ "OwnCar",
19
+ "NumberOfChildrenVisiting",
20
+ "Designation",
21
+ "MonthlyIncome"
22
+ ],
23
+ "categorical_cols": [
24
+ "TypeofContact",
25
+ "Occupation",
26
+ "Gender",
27
+ "ProductPitched",
28
+ "MaritalStatus",
29
+ "Designation"
30
+ ],
31
+ "numeric_cols": [
32
+ "Age",
33
+ "CityTier",
34
+ "DurationOfPitch",
35
+ "NumberOfPersonVisiting",
36
+ "NumberOfFollowups",
37
+ "PreferredPropertyStar",
38
+ "NumberOfTrips",
39
+ "Passport",
40
+ "PitchSatisfactionScore",
41
+ "OwnCar",
42
+ "NumberOfChildrenVisiting",
43
+ "MonthlyIncome"
44
+ ],
45
+ "best_params": {
46
+ "model__n_estimators": 200,
47
+ "model__min_samples_split": 5,
48
+ "model__min_samples_leaf": 2,
49
+ "model__max_features": "log2",
50
+ "model__max_depth": 20
51
+ }
52
+ }