Skip to content

Conversation

@pvigier
Copy link

@pvigier pvigier commented Oct 25, 2018

Hello!

The commit 114449d breaks the comparison between the true classes and the classes predicted by the deployed service at the end of tutorial 2.

The value returned by service.run is a JSON thus it must be deserialized. Otherwise, we compare the predicted classes to the characters of a JSON string.

The value returned by service.run is a JSON thus it must be deserialized. Otherwise, we compare the predicted classes to the characters of a JSON string.
@rastala
Copy link
Contributor

rastala commented Oct 25, 2018

Good catch, but the issue is further upstream. Please see #60 for fix. I'm closing this PR.

@rastala rastala closed this Oct 25, 2018
@pvigier
Copy link
Author

pvigier commented Oct 25, 2018

OK nice! Should the snippets in the doc be changed to match the changes in the notebook?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants