We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3148e52 commit 900cc7aCopy full SHA for 900cc7a
01.getting-started/01.train-within-notebook/01.train-within-notebook.ipynb
@@ -680,7 +680,7 @@
680
"# score the entire test set.\n",
681
"test_samples = json.dumps({'data': X_test.tolist()})\n",
682
"\n",
683
- "result = json.loads(service.run(input_data = test_samples))\n",
+ "result = service.run(input_data = test_samples)\n",
684
"residual = result - y_test"
685
]
686
},
0 commit comments