Skip to content

Commit

Permalink
Update deploy-scikit-learn.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
timmuss authored Jul 12, 2016
1 parent a7b9e3d commit 6f70ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strata-sj-2016/ml-in-production/deploy-scikit-learn.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"source": [
"We can expose the trained model as a REST endpoint. This will allow other applications to consume the predictions from the model. \n",
"\n",
"In order to do that, we wrap the model object in a Python function and add it to the Predictive Service. In the function you may add your own logic for transform input to the model, ensemble different models or manipulate output before returning. Checkout out [user guide](http://turi.com/learn/userguide/#Deployment) for more details.\n",
"In order to do that, we wrap the model object in a Python function and add it to the Predictive Service. In the function you may add your own logic for transform input to the model, ensemble different models or manipulate output before returning. Checkout out [user guide](https://turi.com/learn/userguide/#Deployment) for more details.\n",
"\n",
"The result of the function needs to be a **JSON serializable** object."
]
Expand Down

0 comments on commit 6f70ba5

Please sign in to comment.