Format JSON so that diff is easier
Browse files- model.json +262 -1
- modelRun.json +708 -1
model.json
CHANGED
@@ -1 +1,262 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"modelTopology": {
|
3 |
+
"class_name": "Model",
|
4 |
+
"config": {
|
5 |
+
"name": "model1",
|
6 |
+
"layers": [
|
7 |
+
{
|
8 |
+
"name": "input1",
|
9 |
+
"class_name": "InputLayer",
|
10 |
+
"config": {
|
11 |
+
"batch_input_shape": [
|
12 |
+
null,
|
13 |
+
68
|
14 |
+
],
|
15 |
+
"dtype": "float32",
|
16 |
+
"sparse": false,
|
17 |
+
"name": "input1"
|
18 |
+
},
|
19 |
+
"inbound_nodes": []
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"name": "dense_Dense1",
|
23 |
+
"class_name": "Dense",
|
24 |
+
"config": {
|
25 |
+
"units": 64,
|
26 |
+
"activation": "linear",
|
27 |
+
"use_bias": true,
|
28 |
+
"kernel_initializer": {
|
29 |
+
"class_name": "VarianceScaling",
|
30 |
+
"config": {
|
31 |
+
"scale": 1,
|
32 |
+
"mode": "fan_avg",
|
33 |
+
"distribution": "normal",
|
34 |
+
"seed": null
|
35 |
+
}
|
36 |
+
},
|
37 |
+
"bias_initializer": {
|
38 |
+
"class_name": "Zeros",
|
39 |
+
"config": {}
|
40 |
+
},
|
41 |
+
"kernel_regularizer": {
|
42 |
+
"class_name": "L1L2",
|
43 |
+
"config": {
|
44 |
+
"l1": 0.001,
|
45 |
+
"l2": 0.001
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"bias_regularizer": {
|
49 |
+
"class_name": "L1L2",
|
50 |
+
"config": {
|
51 |
+
"l1": 0.001,
|
52 |
+
"l2": 0.001
|
53 |
+
}
|
54 |
+
},
|
55 |
+
"activity_regularizer": null,
|
56 |
+
"kernel_constraint": null,
|
57 |
+
"bias_constraint": null,
|
58 |
+
"name": "dense_Dense1",
|
59 |
+
"trainable": true
|
60 |
+
},
|
61 |
+
"inbound_nodes": [
|
62 |
+
[
|
63 |
+
[
|
64 |
+
"input1",
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
{}
|
68 |
+
]
|
69 |
+
]
|
70 |
+
]
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"name": "batch_normalization_BatchNormalization1",
|
74 |
+
"class_name": "BatchNormalization",
|
75 |
+
"config": {
|
76 |
+
"axis": -1,
|
77 |
+
"momentum": 0.99,
|
78 |
+
"epsilon": 0.001,
|
79 |
+
"center": true,
|
80 |
+
"scale": true,
|
81 |
+
"beta_initializer": {
|
82 |
+
"class_name": "Zeros",
|
83 |
+
"config": {}
|
84 |
+
},
|
85 |
+
"gamma_initializer": {
|
86 |
+
"class_name": "Ones",
|
87 |
+
"config": {}
|
88 |
+
},
|
89 |
+
"moving_mean_initializer": {
|
90 |
+
"class_name": "Zeros",
|
91 |
+
"config": {}
|
92 |
+
},
|
93 |
+
"moving_variance_initializer": {
|
94 |
+
"class_name": "Ones",
|
95 |
+
"config": {}
|
96 |
+
},
|
97 |
+
"beta_regularizer": null,
|
98 |
+
"gamma_regularizer": null,
|
99 |
+
"beta_constraint": null,
|
100 |
+
"gamma_constraint": null,
|
101 |
+
"name": "batch_normalization_BatchNormalization1",
|
102 |
+
"trainable": true
|
103 |
+
},
|
104 |
+
"inbound_nodes": [
|
105 |
+
[
|
106 |
+
[
|
107 |
+
"dense_Dense1",
|
108 |
+
0,
|
109 |
+
0,
|
110 |
+
{}
|
111 |
+
]
|
112 |
+
]
|
113 |
+
]
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"name": "activation_Activation1",
|
117 |
+
"class_name": "Activation",
|
118 |
+
"config": {
|
119 |
+
"activation": "relu6",
|
120 |
+
"name": "activation_Activation1",
|
121 |
+
"trainable": true
|
122 |
+
},
|
123 |
+
"inbound_nodes": [
|
124 |
+
[
|
125 |
+
[
|
126 |
+
"batch_normalization_BatchNormalization1",
|
127 |
+
0,
|
128 |
+
0,
|
129 |
+
{}
|
130 |
+
]
|
131 |
+
]
|
132 |
+
]
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"name": "dense_Dense2",
|
136 |
+
"class_name": "Dense",
|
137 |
+
"config": {
|
138 |
+
"units": 1,
|
139 |
+
"activation": "linear",
|
140 |
+
"use_bias": true,
|
141 |
+
"kernel_initializer": {
|
142 |
+
"class_name": "VarianceScaling",
|
143 |
+
"config": {
|
144 |
+
"scale": 1,
|
145 |
+
"mode": "fan_avg",
|
146 |
+
"distribution": "normal",
|
147 |
+
"seed": null
|
148 |
+
}
|
149 |
+
},
|
150 |
+
"bias_initializer": {
|
151 |
+
"class_name": "Zeros",
|
152 |
+
"config": {}
|
153 |
+
},
|
154 |
+
"kernel_regularizer": null,
|
155 |
+
"bias_regularizer": null,
|
156 |
+
"activity_regularizer": null,
|
157 |
+
"kernel_constraint": null,
|
158 |
+
"bias_constraint": null,
|
159 |
+
"name": "dense_Dense2",
|
160 |
+
"trainable": true
|
161 |
+
},
|
162 |
+
"inbound_nodes": [
|
163 |
+
[
|
164 |
+
[
|
165 |
+
"activation_Activation1",
|
166 |
+
0,
|
167 |
+
0,
|
168 |
+
{}
|
169 |
+
]
|
170 |
+
]
|
171 |
+
]
|
172 |
+
}
|
173 |
+
],
|
174 |
+
"input_layers": [
|
175 |
+
[
|
176 |
+
"input1",
|
177 |
+
0,
|
178 |
+
0
|
179 |
+
]
|
180 |
+
],
|
181 |
+
"output_layers": [
|
182 |
+
[
|
183 |
+
"dense_Dense2",
|
184 |
+
0,
|
185 |
+
0
|
186 |
+
]
|
187 |
+
]
|
188 |
+
},
|
189 |
+
"keras_version": "tfjs-layers 3.12.0",
|
190 |
+
"backend": "tensor_flow.js"
|
191 |
+
},
|
192 |
+
"format": "layers-model",
|
193 |
+
"generatedBy": "TensorFlow.js tfjs-layers v3.12.0",
|
194 |
+
"convertedBy": null,
|
195 |
+
"weightsManifest": [
|
196 |
+
{
|
197 |
+
"paths": [
|
198 |
+
"./model.weights.bin"
|
199 |
+
],
|
200 |
+
"weights": [
|
201 |
+
{
|
202 |
+
"name": "dense_Dense1/kernel",
|
203 |
+
"shape": [
|
204 |
+
68,
|
205 |
+
64
|
206 |
+
],
|
207 |
+
"dtype": "float32"
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"name": "dense_Dense1/bias",
|
211 |
+
"shape": [
|
212 |
+
64
|
213 |
+
],
|
214 |
+
"dtype": "float32"
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"name": "batch_normalization_BatchNormalization1/gamma",
|
218 |
+
"shape": [
|
219 |
+
64
|
220 |
+
],
|
221 |
+
"dtype": "float32"
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"name": "batch_normalization_BatchNormalization1/beta",
|
225 |
+
"shape": [
|
226 |
+
64
|
227 |
+
],
|
228 |
+
"dtype": "float32"
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"name": "dense_Dense2/kernel",
|
232 |
+
"shape": [
|
233 |
+
64,
|
234 |
+
1
|
235 |
+
],
|
236 |
+
"dtype": "float32"
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"name": "dense_Dense2/bias",
|
240 |
+
"shape": [
|
241 |
+
1
|
242 |
+
],
|
243 |
+
"dtype": "float32"
|
244 |
+
},
|
245 |
+
{
|
246 |
+
"name": "batch_normalization_BatchNormalization1/moving_mean",
|
247 |
+
"shape": [
|
248 |
+
64
|
249 |
+
],
|
250 |
+
"dtype": "float32"
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"name": "batch_normalization_BatchNormalization1/moving_variance",
|
254 |
+
"shape": [
|
255 |
+
64
|
256 |
+
],
|
257 |
+
"dtype": "float32"
|
258 |
+
}
|
259 |
+
]
|
260 |
+
}
|
261 |
+
]
|
262 |
+
}
|
modelRun.json
CHANGED
@@ -1 +1,708 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id": 0,
|
3 |
+
"name": "model #1",
|
4 |
+
"modelConfig": {
|
5 |
+
"_mlconsole_type": "e",
|
6 |
+
"value": {
|
7 |
+
"task": "regression",
|
8 |
+
"optimizer": "adagrad",
|
9 |
+
"learningRate": 0.04,
|
10 |
+
"hiddenLayers": 1,
|
11 |
+
"unitsPerLayer": 64,
|
12 |
+
"batchSize": 16,
|
13 |
+
"batchNorm": true,
|
14 |
+
"numEnsembles": 1,
|
15 |
+
"maxEpochs": 150,
|
16 |
+
"regularization": 0.001,
|
17 |
+
"earlyStopping": true,
|
18 |
+
"earlyStoppingSteps": 10
|
19 |
+
}
|
20 |
+
},
|
21 |
+
"status": 2,
|
22 |
+
"datasetName": "avocado.csv",
|
23 |
+
"features": [
|
24 |
+
{
|
25 |
+
"name": "4046",
|
26 |
+
"used": true,
|
27 |
+
"type": 0,
|
28 |
+
"statistics": {
|
29 |
+
"type_percentage": {
|
30 |
+
"_mlconsole_type": "Map",
|
31 |
+
"value": {
|
32 |
+
"number": 1
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"example_value_per_type": {
|
36 |
+
"_mlconsole_type": "Map",
|
37 |
+
"value": {
|
38 |
+
"number": 5498.44
|
39 |
+
}
|
40 |
+
},
|
41 |
+
"unique_values": 17702,
|
42 |
+
"presence_percentage": 1
|
43 |
+
}
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"name": "4225",
|
47 |
+
"used": true,
|
48 |
+
"type": 0,
|
49 |
+
"statistics": {
|
50 |
+
"type_percentage": {
|
51 |
+
"_mlconsole_type": "Map",
|
52 |
+
"value": {
|
53 |
+
"number": 1
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"example_value_per_type": {
|
57 |
+
"_mlconsole_type": "Map",
|
58 |
+
"value": {
|
59 |
+
"number": 4103.53
|
60 |
+
}
|
61 |
+
},
|
62 |
+
"unique_values": 18103,
|
63 |
+
"presence_percentage": 1
|
64 |
+
}
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"name": "4770",
|
68 |
+
"used": true,
|
69 |
+
"type": 0,
|
70 |
+
"statistics": {
|
71 |
+
"type_percentage": {
|
72 |
+
"_mlconsole_type": "Map",
|
73 |
+
"value": {
|
74 |
+
"number": 1
|
75 |
+
}
|
76 |
+
},
|
77 |
+
"example_value_per_type": {
|
78 |
+
"_mlconsole_type": "Map",
|
79 |
+
"value": {
|
80 |
+
"number": 0
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"unique_values": 12071,
|
84 |
+
"presence_percentage": 1
|
85 |
+
}
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"name": "Large Bags",
|
89 |
+
"used": true,
|
90 |
+
"type": 0,
|
91 |
+
"statistics": {
|
92 |
+
"type_percentage": {
|
93 |
+
"_mlconsole_type": "Map",
|
94 |
+
"value": {
|
95 |
+
"number": 1
|
96 |
+
}
|
97 |
+
},
|
98 |
+
"example_value_per_type": {
|
99 |
+
"_mlconsole_type": "Map",
|
100 |
+
"value": {
|
101 |
+
"number": 156.72
|
102 |
+
}
|
103 |
+
},
|
104 |
+
"unique_values": 15082,
|
105 |
+
"presence_percentage": 1
|
106 |
+
}
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"name": "region",
|
110 |
+
"used": true,
|
111 |
+
"type": 1,
|
112 |
+
"statistics": {
|
113 |
+
"type_percentage": {
|
114 |
+
"_mlconsole_type": "Map",
|
115 |
+
"value": {
|
116 |
+
"string": 1
|
117 |
+
}
|
118 |
+
},
|
119 |
+
"example_value_per_type": {
|
120 |
+
"_mlconsole_type": "Map",
|
121 |
+
"value": {
|
122 |
+
"string": "DallasFtWorth"
|
123 |
+
}
|
124 |
+
},
|
125 |
+
"unique_values": 54,
|
126 |
+
"presence_percentage": 1
|
127 |
+
}
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"name": "Small Bags",
|
131 |
+
"used": true,
|
132 |
+
"type": 0,
|
133 |
+
"statistics": {
|
134 |
+
"type_percentage": {
|
135 |
+
"_mlconsole_type": "Map",
|
136 |
+
"value": {
|
137 |
+
"number": 1
|
138 |
+
}
|
139 |
+
},
|
140 |
+
"example_value_per_type": {
|
141 |
+
"_mlconsole_type": "Map",
|
142 |
+
"value": {
|
143 |
+
"number": 18976.42
|
144 |
+
}
|
145 |
+
},
|
146 |
+
"unique_values": 17321,
|
147 |
+
"presence_percentage": 1
|
148 |
+
}
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"name": "Total Bags",
|
152 |
+
"used": true,
|
153 |
+
"type": 0,
|
154 |
+
"statistics": {
|
155 |
+
"type_percentage": {
|
156 |
+
"_mlconsole_type": "Map",
|
157 |
+
"value": {
|
158 |
+
"number": 1
|
159 |
+
}
|
160 |
+
},
|
161 |
+
"example_value_per_type": {
|
162 |
+
"_mlconsole_type": "Map",
|
163 |
+
"value": {
|
164 |
+
"number": 19133.14
|
165 |
+
}
|
166 |
+
},
|
167 |
+
"unique_values": 18097,
|
168 |
+
"presence_percentage": 1
|
169 |
+
}
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"name": "Total Volume",
|
173 |
+
"used": true,
|
174 |
+
"type": 0,
|
175 |
+
"statistics": {
|
176 |
+
"type_percentage": {
|
177 |
+
"_mlconsole_type": "Map",
|
178 |
+
"value": {
|
179 |
+
"number": 1
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"example_value_per_type": {
|
183 |
+
"_mlconsole_type": "Map",
|
184 |
+
"value": {
|
185 |
+
"number": 28735.11
|
186 |
+
}
|
187 |
+
},
|
188 |
+
"unique_values": 18237,
|
189 |
+
"presence_percentage": 1
|
190 |
+
}
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"name": "type",
|
194 |
+
"used": true,
|
195 |
+
"type": 1,
|
196 |
+
"statistics": {
|
197 |
+
"type_percentage": {
|
198 |
+
"_mlconsole_type": "Map",
|
199 |
+
"value": {
|
200 |
+
"string": 1
|
201 |
+
}
|
202 |
+
},
|
203 |
+
"example_value_per_type": {
|
204 |
+
"_mlconsole_type": "Map",
|
205 |
+
"value": {
|
206 |
+
"string": "organic"
|
207 |
+
}
|
208 |
+
},
|
209 |
+
"unique_values": 2,
|
210 |
+
"presence_percentage": 1
|
211 |
+
}
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"name": "XLarge Bags",
|
215 |
+
"used": true,
|
216 |
+
"type": 0,
|
217 |
+
"statistics": {
|
218 |
+
"type_percentage": {
|
219 |
+
"_mlconsole_type": "Map",
|
220 |
+
"value": {
|
221 |
+
"number": 1
|
222 |
+
}
|
223 |
+
},
|
224 |
+
"example_value_per_type": {
|
225 |
+
"_mlconsole_type": "Map",
|
226 |
+
"value": {
|
227 |
+
"number": 0
|
228 |
+
}
|
229 |
+
},
|
230 |
+
"unique_values": 5588,
|
231 |
+
"presence_percentage": 1
|
232 |
+
}
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"name": "year",
|
236 |
+
"used": true,
|
237 |
+
"type": 1,
|
238 |
+
"statistics": {
|
239 |
+
"type_percentage": {
|
240 |
+
"_mlconsole_type": "Map",
|
241 |
+
"value": {
|
242 |
+
"number": 1
|
243 |
+
}
|
244 |
+
},
|
245 |
+
"example_value_per_type": {
|
246 |
+
"_mlconsole_type": "Map",
|
247 |
+
"value": {
|
248 |
+
"number": 2017
|
249 |
+
}
|
250 |
+
},
|
251 |
+
"unique_values": 4,
|
252 |
+
"presence_percentage": 1
|
253 |
+
}
|
254 |
+
}
|
255 |
+
],
|
256 |
+
"label": {
|
257 |
+
"name": "AveragePrice",
|
258 |
+
"used": false,
|
259 |
+
"type": 0,
|
260 |
+
"statistics": {
|
261 |
+
"type_percentage": {
|
262 |
+
"_mlconsole_type": "Map",
|
263 |
+
"value": {
|
264 |
+
"number": 1
|
265 |
+
}
|
266 |
+
},
|
267 |
+
"example_value_per_type": {
|
268 |
+
"_mlconsole_type": "Map",
|
269 |
+
"value": {
|
270 |
+
"number": 1.45
|
271 |
+
}
|
272 |
+
},
|
273 |
+
"unique_values": 259,
|
274 |
+
"presence_percentage": 1
|
275 |
+
}
|
276 |
+
},
|
277 |
+
"metrics": {
|
278 |
+
"_mlconsole_type": "Map",
|
279 |
+
"value": {
|
280 |
+
"loss": {
|
281 |
+
"_mlconsole_type": "e",
|
282 |
+
"value": {
|
283 |
+
"epochs": [
|
284 |
+
0
|
285 |
+
],
|
286 |
+
"values": [
|
287 |
+
0.08084399998188019
|
288 |
+
]
|
289 |
+
}
|
290 |
+
},
|
291 |
+
"mae": {
|
292 |
+
"_mlconsole_type": "e",
|
293 |
+
"value": {
|
294 |
+
"epochs": [
|
295 |
+
0
|
296 |
+
],
|
297 |
+
"values": [
|
298 |
+
0.21668575704097748
|
299 |
+
]
|
300 |
+
}
|
301 |
+
}
|
302 |
+
}
|
303 |
+
},
|
304 |
+
"labelEncoder": null,
|
305 |
+
"scalers": {
|
306 |
+
"_mlconsole_type": "Map",
|
307 |
+
"value": {
|
308 |
+
"4046": {
|
309 |
+
"_mlconsole_type": "e",
|
310 |
+
"value": {
|
311 |
+
"std": {
|
312 |
+
"_mlconsole_type": "e",
|
313 |
+
"value": {
|
314 |
+
"kept": false,
|
315 |
+
"isDisposedInternal": false,
|
316 |
+
"shape": [],
|
317 |
+
"dtype": "float32",
|
318 |
+
"size": 1,
|
319 |
+
"strides": [],
|
320 |
+
"dataId": {
|
321 |
+
"id": 12
|
322 |
+
},
|
323 |
+
"id": 9,
|
324 |
+
"rankType": "0",
|
325 |
+
"scopeId": 7
|
326 |
+
}
|
327 |
+
},
|
328 |
+
"mean": {
|
329 |
+
"_mlconsole_type": "e",
|
330 |
+
"value": {
|
331 |
+
"kept": false,
|
332 |
+
"isDisposedInternal": false,
|
333 |
+
"shape": [],
|
334 |
+
"dtype": "float32",
|
335 |
+
"size": 1,
|
336 |
+
"strides": [],
|
337 |
+
"dataId": {
|
338 |
+
"id": 14
|
339 |
+
},
|
340 |
+
"id": 10,
|
341 |
+
"rankType": "0",
|
342 |
+
"scopeId": 8
|
343 |
+
}
|
344 |
+
}
|
345 |
+
}
|
346 |
+
},
|
347 |
+
"4225": {
|
348 |
+
"_mlconsole_type": "e",
|
349 |
+
"value": {
|
350 |
+
"std": {
|
351 |
+
"_mlconsole_type": "e",
|
352 |
+
"value": {
|
353 |
+
"kept": false,
|
354 |
+
"isDisposedInternal": false,
|
355 |
+
"shape": [],
|
356 |
+
"dtype": "float32",
|
357 |
+
"size": 1,
|
358 |
+
"strides": [],
|
359 |
+
"dataId": {
|
360 |
+
"id": 37
|
361 |
+
},
|
362 |
+
"id": 23,
|
363 |
+
"rankType": "0",
|
364 |
+
"scopeId": 20
|
365 |
+
}
|
366 |
+
},
|
367 |
+
"mean": {
|
368 |
+
"_mlconsole_type": "e",
|
369 |
+
"value": {
|
370 |
+
"kept": false,
|
371 |
+
"isDisposedInternal": false,
|
372 |
+
"shape": [],
|
373 |
+
"dtype": "float32",
|
374 |
+
"size": 1,
|
375 |
+
"strides": [],
|
376 |
+
"dataId": {
|
377 |
+
"id": 39
|
378 |
+
},
|
379 |
+
"id": 24,
|
380 |
+
"rankType": "0",
|
381 |
+
"scopeId": 21
|
382 |
+
}
|
383 |
+
}
|
384 |
+
}
|
385 |
+
},
|
386 |
+
"4770": {
|
387 |
+
"_mlconsole_type": "e",
|
388 |
+
"value": {
|
389 |
+
"std": {
|
390 |
+
"_mlconsole_type": "e",
|
391 |
+
"value": {
|
392 |
+
"kept": false,
|
393 |
+
"isDisposedInternal": false,
|
394 |
+
"shape": [],
|
395 |
+
"dtype": "float32",
|
396 |
+
"size": 1,
|
397 |
+
"strides": [],
|
398 |
+
"dataId": {
|
399 |
+
"id": 62
|
400 |
+
},
|
401 |
+
"id": 37,
|
402 |
+
"rankType": "0",
|
403 |
+
"scopeId": 33
|
404 |
+
}
|
405 |
+
},
|
406 |
+
"mean": {
|
407 |
+
"_mlconsole_type": "e",
|
408 |
+
"value": {
|
409 |
+
"kept": false,
|
410 |
+
"isDisposedInternal": false,
|
411 |
+
"shape": [],
|
412 |
+
"dtype": "float32",
|
413 |
+
"size": 1,
|
414 |
+
"strides": [],
|
415 |
+
"dataId": {
|
416 |
+
"id": 64
|
417 |
+
},
|
418 |
+
"id": 38,
|
419 |
+
"rankType": "0",
|
420 |
+
"scopeId": 34
|
421 |
+
}
|
422 |
+
}
|
423 |
+
}
|
424 |
+
},
|
425 |
+
"Large Bags": {
|
426 |
+
"_mlconsole_type": "e",
|
427 |
+
"value": {
|
428 |
+
"std": {
|
429 |
+
"_mlconsole_type": "e",
|
430 |
+
"value": {
|
431 |
+
"kept": false,
|
432 |
+
"isDisposedInternal": false,
|
433 |
+
"shape": [],
|
434 |
+
"dtype": "float32",
|
435 |
+
"size": 1,
|
436 |
+
"strides": [],
|
437 |
+
"dataId": {
|
438 |
+
"id": 87
|
439 |
+
},
|
440 |
+
"id": 51,
|
441 |
+
"rankType": "0",
|
442 |
+
"scopeId": 46
|
443 |
+
}
|
444 |
+
},
|
445 |
+
"mean": {
|
446 |
+
"_mlconsole_type": "e",
|
447 |
+
"value": {
|
448 |
+
"kept": false,
|
449 |
+
"isDisposedInternal": false,
|
450 |
+
"shape": [],
|
451 |
+
"dtype": "float32",
|
452 |
+
"size": 1,
|
453 |
+
"strides": [],
|
454 |
+
"dataId": {
|
455 |
+
"id": 89
|
456 |
+
},
|
457 |
+
"id": 52,
|
458 |
+
"rankType": "0",
|
459 |
+
"scopeId": 47
|
460 |
+
}
|
461 |
+
}
|
462 |
+
}
|
463 |
+
},
|
464 |
+
"Small Bags": {
|
465 |
+
"_mlconsole_type": "e",
|
466 |
+
"value": {
|
467 |
+
"std": {
|
468 |
+
"_mlconsole_type": "e",
|
469 |
+
"value": {
|
470 |
+
"kept": false,
|
471 |
+
"isDisposedInternal": false,
|
472 |
+
"shape": [],
|
473 |
+
"dtype": "float32",
|
474 |
+
"size": 1,
|
475 |
+
"strides": [],
|
476 |
+
"dataId": {
|
477 |
+
"id": 112
|
478 |
+
},
|
479 |
+
"id": 65,
|
480 |
+
"rankType": "0",
|
481 |
+
"scopeId": 59
|
482 |
+
}
|
483 |
+
},
|
484 |
+
"mean": {
|
485 |
+
"_mlconsole_type": "e",
|
486 |
+
"value": {
|
487 |
+
"kept": false,
|
488 |
+
"isDisposedInternal": false,
|
489 |
+
"shape": [],
|
490 |
+
"dtype": "float32",
|
491 |
+
"size": 1,
|
492 |
+
"strides": [],
|
493 |
+
"dataId": {
|
494 |
+
"id": 114
|
495 |
+
},
|
496 |
+
"id": 66,
|
497 |
+
"rankType": "0",
|
498 |
+
"scopeId": 60
|
499 |
+
}
|
500 |
+
}
|
501 |
+
}
|
502 |
+
},
|
503 |
+
"Total Bags": {
|
504 |
+
"_mlconsole_type": "e",
|
505 |
+
"value": {
|
506 |
+
"std": {
|
507 |
+
"_mlconsole_type": "e",
|
508 |
+
"value": {
|
509 |
+
"kept": false,
|
510 |
+
"isDisposedInternal": false,
|
511 |
+
"shape": [],
|
512 |
+
"dtype": "float32",
|
513 |
+
"size": 1,
|
514 |
+
"strides": [],
|
515 |
+
"dataId": {
|
516 |
+
"id": 137
|
517 |
+
},
|
518 |
+
"id": 79,
|
519 |
+
"rankType": "0",
|
520 |
+
"scopeId": 72
|
521 |
+
}
|
522 |
+
},
|
523 |
+
"mean": {
|
524 |
+
"_mlconsole_type": "e",
|
525 |
+
"value": {
|
526 |
+
"kept": false,
|
527 |
+
"isDisposedInternal": false,
|
528 |
+
"shape": [],
|
529 |
+
"dtype": "float32",
|
530 |
+
"size": 1,
|
531 |
+
"strides": [],
|
532 |
+
"dataId": {
|
533 |
+
"id": 139
|
534 |
+
},
|
535 |
+
"id": 80,
|
536 |
+
"rankType": "0",
|
537 |
+
"scopeId": 73
|
538 |
+
}
|
539 |
+
}
|
540 |
+
}
|
541 |
+
},
|
542 |
+
"Total Volume": {
|
543 |
+
"_mlconsole_type": "e",
|
544 |
+
"value": {
|
545 |
+
"std": {
|
546 |
+
"_mlconsole_type": "e",
|
547 |
+
"value": {
|
548 |
+
"kept": false,
|
549 |
+
"isDisposedInternal": false,
|
550 |
+
"shape": [],
|
551 |
+
"dtype": "float32",
|
552 |
+
"size": 1,
|
553 |
+
"strides": [],
|
554 |
+
"dataId": {
|
555 |
+
"id": 162
|
556 |
+
},
|
557 |
+
"id": 93,
|
558 |
+
"rankType": "0",
|
559 |
+
"scopeId": 85
|
560 |
+
}
|
561 |
+
},
|
562 |
+
"mean": {
|
563 |
+
"_mlconsole_type": "e",
|
564 |
+
"value": {
|
565 |
+
"kept": false,
|
566 |
+
"isDisposedInternal": false,
|
567 |
+
"shape": [],
|
568 |
+
"dtype": "float32",
|
569 |
+
"size": 1,
|
570 |
+
"strides": [],
|
571 |
+
"dataId": {
|
572 |
+
"id": 164
|
573 |
+
},
|
574 |
+
"id": 94,
|
575 |
+
"rankType": "0",
|
576 |
+
"scopeId": 86
|
577 |
+
}
|
578 |
+
}
|
579 |
+
}
|
580 |
+
},
|
581 |
+
"XLarge Bags": {
|
582 |
+
"_mlconsole_type": "e",
|
583 |
+
"value": {
|
584 |
+
"std": {
|
585 |
+
"_mlconsole_type": "e",
|
586 |
+
"value": {
|
587 |
+
"kept": false,
|
588 |
+
"isDisposedInternal": false,
|
589 |
+
"shape": [],
|
590 |
+
"dtype": "float32",
|
591 |
+
"size": 1,
|
592 |
+
"strides": [],
|
593 |
+
"dataId": {
|
594 |
+
"id": 187
|
595 |
+
},
|
596 |
+
"id": 107,
|
597 |
+
"rankType": "0",
|
598 |
+
"scopeId": 98
|
599 |
+
}
|
600 |
+
},
|
601 |
+
"mean": {
|
602 |
+
"_mlconsole_type": "e",
|
603 |
+
"value": {
|
604 |
+
"kept": false,
|
605 |
+
"isDisposedInternal": false,
|
606 |
+
"shape": [],
|
607 |
+
"dtype": "float32",
|
608 |
+
"size": 1,
|
609 |
+
"strides": [],
|
610 |
+
"dataId": {
|
611 |
+
"id": 189
|
612 |
+
},
|
613 |
+
"id": 108,
|
614 |
+
"rankType": "0",
|
615 |
+
"scopeId": 99
|
616 |
+
}
|
617 |
+
}
|
618 |
+
}
|
619 |
+
}
|
620 |
+
}
|
621 |
+
},
|
622 |
+
"encoders": {
|
623 |
+
"_mlconsole_type": "Map",
|
624 |
+
"value": {
|
625 |
+
"region": {
|
626 |
+
"_mlconsole_type": "e",
|
627 |
+
"value": {
|
628 |
+
"label": [
|
629 |
+
"Nashville",
|
630 |
+
"GrandRapids",
|
631 |
+
"Chicago",
|
632 |
+
"SouthCentral",
|
633 |
+
"NorthernNewEngland",
|
634 |
+
"RaleighGreensboro",
|
635 |
+
"Jacksonville",
|
636 |
+
"Denver",
|
637 |
+
"DallasFtWorth",
|
638 |
+
"CincinnatiDayton",
|
639 |
+
"Seattle",
|
640 |
+
"LasVegas",
|
641 |
+
"California",
|
642 |
+
"Indianapolis",
|
643 |
+
"GreatLakes",
|
644 |
+
"SanFrancisco",
|
645 |
+
"BuffaloRochester",
|
646 |
+
"Sacramento",
|
647 |
+
"Houston",
|
648 |
+
"Tampa",
|
649 |
+
"Atlanta",
|
650 |
+
"Syracuse",
|
651 |
+
"TotalUS",
|
652 |
+
"Boston",
|
653 |
+
"RichmondNorfolk",
|
654 |
+
"StLouis",
|
655 |
+
"Philadelphia",
|
656 |
+
"NewYork",
|
657 |
+
"LosAngeles",
|
658 |
+
"PhoenixTucson",
|
659 |
+
"NewOrleansMobile",
|
660 |
+
"Boise",
|
661 |
+
"WestTexNewMexico",
|
662 |
+
"Columbus",
|
663 |
+
"Southeast",
|
664 |
+
"Albany",
|
665 |
+
"BaltimoreWashington",
|
666 |
+
"Pittsburgh",
|
667 |
+
"HarrisburgScranton",
|
668 |
+
"SanDiego",
|
669 |
+
"Detroit",
|
670 |
+
"Plains",
|
671 |
+
"HartfordSpringfield",
|
672 |
+
"Roanoke",
|
673 |
+
"West",
|
674 |
+
"Northeast",
|
675 |
+
"Spokane",
|
676 |
+
"Louisville",
|
677 |
+
"MiamiFtLauderdale",
|
678 |
+
"SouthCarolina",
|
679 |
+
"Portland",
|
680 |
+
"Charlotte",
|
681 |
+
"Orlando",
|
682 |
+
"Midsouth"
|
683 |
+
]
|
684 |
+
}
|
685 |
+
},
|
686 |
+
"type": {
|
687 |
+
"_mlconsole_type": "e",
|
688 |
+
"value": {
|
689 |
+
"label": [
|
690 |
+
"organic",
|
691 |
+
"conventional"
|
692 |
+
]
|
693 |
+
}
|
694 |
+
},
|
695 |
+
"year": {
|
696 |
+
"_mlconsole_type": "e",
|
697 |
+
"value": {
|
698 |
+
"label": [
|
699 |
+
2016,
|
700 |
+
2015,
|
701 |
+
2018,
|
702 |
+
2017
|
703 |
+
]
|
704 |
+
}
|
705 |
+
}
|
706 |
+
}
|
707 |
+
}
|
708 |
+
}
|