Upload input_schema.json with huggingface_hub
Browse files- input_schema.json +15 -19
input_schema.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"label": "Designation",
|
| 19 |
"type": "select",
|
| 20 |
"required": true,
|
| 21 |
-
"datatype": "
|
| 22 |
"options": {
|
| 23 |
"AVP": "AVP",
|
| 24 |
"Executive": "Executive",
|
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"label": "Marital Status",
|
| 34 |
"type": "select",
|
| 35 |
"required": true,
|
| 36 |
-
"datatype": "
|
| 37 |
"options": {
|
| 38 |
"Divorced": "Divorced",
|
| 39 |
"Married": "Married",
|
|
@@ -47,7 +47,7 @@
|
|
| 47 |
"label": "Occupation",
|
| 48 |
"type": "select",
|
| 49 |
"required": true,
|
| 50 |
-
"datatype": "
|
| 51 |
"options": {
|
| 52 |
"Free Lancer": "Free Lancer",
|
| 53 |
"Large Business": "Large Business",
|
|
@@ -68,21 +68,6 @@
|
|
| 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",
|
| 88 |
"label": "Age",
|
|
@@ -105,6 +90,17 @@
|
|
| 105 |
"step": 0.01,
|
| 106 |
"is_int": false
|
| 107 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
{
|
| 109 |
"name": "NumberOfFollowups",
|
| 110 |
"label": "Number Of Followups",
|
|
@@ -129,7 +125,7 @@
|
|
| 129 |
}
|
| 130 |
],
|
| 131 |
"model_name": "BaggingClassifier",
|
| 132 |
-
"model_version": "v1.0-build.
|
| 133 |
"schema_version": [
|
| 134 |
"1.0"
|
| 135 |
]
|
|
|
|
| 18 |
"label": "Designation",
|
| 19 |
"type": "select",
|
| 20 |
"required": true,
|
| 21 |
+
"datatype": "number",
|
| 22 |
"options": {
|
| 23 |
"AVP": "AVP",
|
| 24 |
"Executive": "Executive",
|
|
|
|
| 33 |
"label": "Marital Status",
|
| 34 |
"type": "select",
|
| 35 |
"required": true,
|
| 36 |
+
"datatype": "number",
|
| 37 |
"options": {
|
| 38 |
"Divorced": "Divorced",
|
| 39 |
"Married": "Married",
|
|
|
|
| 47 |
"label": "Occupation",
|
| 48 |
"type": "select",
|
| 49 |
"required": true,
|
| 50 |
+
"datatype": "number",
|
| 51 |
"options": {
|
| 52 |
"Free Lancer": "Free Lancer",
|
| 53 |
"Large Business": "Large Business",
|
|
|
|
| 68 |
],
|
| 69 |
"binary": true
|
| 70 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
{
|
| 72 |
"name": "Age",
|
| 73 |
"label": "Age",
|
|
|
|
| 90 |
"step": 0.01,
|
| 91 |
"is_int": false
|
| 92 |
},
|
| 93 |
+
{
|
| 94 |
+
"name": "MonthlyIncome",
|
| 95 |
+
"label": "Monthly Income",
|
| 96 |
+
"type": "number",
|
| 97 |
+
"required": true,
|
| 98 |
+
"datatype": "number",
|
| 99 |
+
"min": 4678.0,
|
| 100 |
+
"max": 98678.0,
|
| 101 |
+
"step": 0.01,
|
| 102 |
+
"is_int": false
|
| 103 |
+
},
|
| 104 |
{
|
| 105 |
"name": "NumberOfFollowups",
|
| 106 |
"label": "Number Of Followups",
|
|
|
|
| 125 |
}
|
| 126 |
],
|
| 127 |
"model_name": "BaggingClassifier",
|
| 128 |
+
"model_version": "v1.0-build.21321058565",
|
| 129 |
"schema_version": [
|
| 130 |
"1.0"
|
| 131 |
]
|