when i try to start a server following SparkServing - Deploying a Classifier.ipynb. in mcr.microsoft.com/mmlspark/release image
it seems like this issue: https://github.com/Azure/mmlspark/issues/857
you can only get a response when using the correct schema,
if i post a wrong schema request, can i see the serving log to make sure i used the wrong schema?
By the way:
i trained a lr model by iris dataset, it takes 200ms+ to parse a request. The time seems much longer than mml serving declared .
when i try to start a server following SparkServing - Deploying a Classifier.ipynb. in mcr.microsoft.com/mmlspark/release image it seems like this issue: https://github.com/Azure/mmlspark/issues/857 you can only get a response when using the correct schema, if i post a wrong schema request, can i see the serving log to make sure i used the wrong schema?
By the way: i trained a lr model by iris dataset, it takes 200ms+ to parse a request. The time seems much longer than mml serving declared .