remove json.loads
This commit is contained in:
@@ -680,7 +680,7 @@
|
||||
"# score the entire test set.\n",
|
||||
"test_samples = json.dumps({'data': X_test.tolist()})\n",
|
||||
"\n",
|
||||
"result = json.loads(service.run(input_data = test_samples))\n",
|
||||
"result = service.run(input_data = test_samples)\n",
|
||||
"residual = result - y_test"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user