mainak555 commited on
Commit
8add9f7
·
verified ·
1 Parent(s): cdae447

Upload input_schema.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. input_schema.json +38 -67
input_schema.json CHANGED
@@ -6,41 +6,55 @@
6
  "type": "select",
7
  "required": true,
8
  "datatype": "number",
9
- "binary": false,
10
  "options": [
11
  1,
12
  2,
13
  3
14
- ]
 
15
  },
16
  {
17
  "name": "Designation",
18
  "label": "Designation",
19
  "type": "select",
20
  "required": true,
21
- "datatype": "number",
22
- "binary": false,
23
  "options": {
24
  "AVP": "AVP",
25
  "Executive": "Executive",
26
  "Manager": "Manager",
27
  "Senior Manager": "Senior Manager",
28
  "VP": "VP"
29
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  },
31
  {
32
  "name": "Occupation",
33
  "label": "Occupation",
34
  "type": "select",
35
  "required": true,
36
- "datatype": "number",
37
- "binary": false,
38
  "options": {
39
  "Free Lancer": "Free Lancer",
40
  "Large Business": "Large Business",
41
  "Salaried": "Salaried",
42
  "Small Business": "Small Business"
43
- }
 
44
  },
45
  {
46
  "name": "Passport",
@@ -48,41 +62,26 @@
48
  "type": "select",
49
  "required": true,
50
  "datatype": "number",
51
- "binary": true,
52
  "options": [
53
  0,
54
  1
55
- ]
56
- },
57
- {
58
- "name": "PitchSatisfactionScore",
59
- "label": "Pitch Satisfaction Score",
60
- "type": "select",
61
- "required": true,
62
- "datatype": "number",
63
- "binary": false,
64
- "options": [
65
- 1,
66
- 2,
67
- 3,
68
- 4,
69
- 5
70
- ]
71
  },
72
  {
73
  "name": "ProductPitched",
74
  "label": "Product Pitched",
75
  "type": "select",
76
  "required": true,
77
- "datatype": "number",
78
- "binary": false,
79
  "options": {
80
  "Basic": "Basic",
81
  "Deluxe": "Deluxe",
82
  "King": "King",
83
  "Standard": "Standard",
84
  "Super Deluxe": "Super Deluxe"
85
- }
 
86
  },
87
  {
88
  "name": "Age",
@@ -90,11 +89,10 @@
90
  "type": "number",
91
  "required": true,
92
  "datatype": "number",
93
- "binary": false,
94
- "is_int": false,
95
  "min": 18.0,
96
  "max": 61.0,
97
- "step": 0.01
 
98
  },
99
  {
100
  "name": "DurationOfPitch",
@@ -102,23 +100,10 @@
102
  "type": "number",
103
  "required": true,
104
  "datatype": "number",
105
- "binary": false,
106
- "is_int": false,
107
  "min": 5.0,
108
- "max": 127.0,
109
- "step": 0.01
110
- },
111
- {
112
- "name": "MonthlyIncome",
113
- "label": "Monthly Income",
114
- "type": "number",
115
- "required": true,
116
- "datatype": "number",
117
- "binary": false,
118
- "is_int": false,
119
- "min": 4678.0,
120
- "max": 38304.0,
121
- "step": 0.01
122
  },
123
  {
124
  "name": "NumberOfFollowups",
@@ -126,23 +111,10 @@
126
  "type": "number",
127
  "required": true,
128
  "datatype": "number",
129
- "binary": false,
130
- "is_int": false,
131
  "min": 1.0,
132
  "max": 6.0,
133
- "step": 0.01
134
- },
135
- {
136
- "name": "NumberOfTrips",
137
- "label": "Number Of Trips",
138
- "type": "number",
139
- "required": true,
140
- "datatype": "number",
141
- "binary": false,
142
- "is_int": false,
143
- "min": 1.0,
144
- "max": 20.0,
145
- "step": 0.01
146
  },
147
  {
148
  "name": "PreferredPropertyStar",
@@ -150,15 +122,14 @@
150
  "type": "number",
151
  "required": true,
152
  "datatype": "number",
153
- "binary": false,
154
- "is_int": false,
155
  "min": 3.0,
156
  "max": 5.0,
157
- "step": 0.01
 
158
  }
159
  ],
160
- "model_name": "AdaBoostClassifier",
161
- "model_version": "v1.0-build.21321535124",
162
  "schema_version": [
163
  "1.0"
164
  ]
 
6
  "type": "select",
7
  "required": true,
8
  "datatype": "number",
 
9
  "options": [
10
  1,
11
  2,
12
  3
13
+ ],
14
+ "binary": false
15
  },
16
  {
17
  "name": "Designation",
18
  "label": "Designation",
19
  "type": "select",
20
  "required": true,
21
+ "datatype": "string",
 
22
  "options": {
23
  "AVP": "AVP",
24
  "Executive": "Executive",
25
  "Manager": "Manager",
26
  "Senior Manager": "Senior Manager",
27
  "VP": "VP"
28
+ },
29
+ "binary": false
30
+ },
31
+ {
32
+ "name": "MaritalStatus",
33
+ "label": "Marital Status",
34
+ "type": "select",
35
+ "required": true,
36
+ "datatype": "string",
37
+ "options": {
38
+ "Divorced": "Divorced",
39
+ "Married": "Married",
40
+ "Single": "Single",
41
+ "Unmarried": "Unmarried"
42
+ },
43
+ "binary": false
44
  },
45
  {
46
  "name": "Occupation",
47
  "label": "Occupation",
48
  "type": "select",
49
  "required": true,
50
+ "datatype": "string",
 
51
  "options": {
52
  "Free Lancer": "Free Lancer",
53
  "Large Business": "Large Business",
54
  "Salaried": "Salaried",
55
  "Small Business": "Small Business"
56
+ },
57
+ "binary": false
58
  },
59
  {
60
  "name": "Passport",
 
62
  "type": "select",
63
  "required": true,
64
  "datatype": "number",
 
65
  "options": [
66
  0,
67
  1
68
+ ],
69
+ "binary": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  },
71
  {
72
  "name": "ProductPitched",
73
  "label": "Product Pitched",
74
  "type": "select",
75
  "required": true,
76
+ "datatype": "string",
 
77
  "options": {
78
  "Basic": "Basic",
79
  "Deluxe": "Deluxe",
80
  "King": "King",
81
  "Standard": "Standard",
82
  "Super Deluxe": "Super Deluxe"
83
+ },
84
+ "binary": false
85
  },
86
  {
87
  "name": "Age",
 
89
  "type": "number",
90
  "required": true,
91
  "datatype": "number",
 
 
92
  "min": 18.0,
93
  "max": 61.0,
94
+ "step": 0.01,
95
+ "is_int": false
96
  },
97
  {
98
  "name": "DurationOfPitch",
 
100
  "type": "number",
101
  "required": true,
102
  "datatype": "number",
 
 
103
  "min": 5.0,
104
+ "max": 36.0,
105
+ "step": 0.01,
106
+ "is_int": false
 
 
 
 
 
 
 
 
 
 
 
107
  },
108
  {
109
  "name": "NumberOfFollowups",
 
111
  "type": "number",
112
  "required": true,
113
  "datatype": "number",
 
 
114
  "min": 1.0,
115
  "max": 6.0,
116
+ "step": 0.01,
117
+ "is_int": false
 
 
 
 
 
 
 
 
 
 
 
118
  },
119
  {
120
  "name": "PreferredPropertyStar",
 
122
  "type": "number",
123
  "required": true,
124
  "datatype": "number",
 
 
125
  "min": 3.0,
126
  "max": 5.0,
127
+ "step": 0.01,
128
+ "is_int": false
129
  }
130
  ],
131
+ "model_name": "BaggingClassifier",
132
+ "model_version": "v1.0-build.21327377680",
133
  "schema_version": [
134
  "1.0"
135
  ]