Update the issue summarization end to end tutorial
to deploy the seldon core model to the k8s cluster
Update the sample request and response
Related to https://github.com/kubeflow/examples/issues/11
* Add file copy instructions after training
Fix broken link in cluster setup
Fix broken env variable in Training notebook
Change notebook name from Tutorial to Training
* Fix app selector value
* Fix folder link
* Add detail to cluster setup instructions
Add a link to the image for this example.
In Tutorial.ipynb, move mounted directory into a variable to help avoid collisions on shared clusters.
* Create a end-to-end kubeflow example using seq2seq model (4/n)
* Move from a custom tornado server to a seldon-core model
Related to #11
* Update to use gcr.io registry for serving image
- Previously instructed users to build demo container via doc/Dockerfile.
- Since rendering isn't working in the notebook and the rest of the installed dependencies are now available in the base tensorflow-notebook container building a container isn't necessary.
- Users are now instructed to run the base tensorflow-notebook-cpu container and clone the example code with git.
- The git clone command refers to https://github.com/kubeflow/examples instead of the URL of this fork so the docs will be incorrect in that regard until this is merged into master. Optionally until then we can add an instruction to switch branch.
Create a Dockerfile which builds the image used for this tutorial
Update Tutorial.ipynb
Add a section on downloading the training data
Remove the Feature Extraction section
Fix typo in setup_kubeflow_cluster.md
Add training_the_model.md
Related to #14
* Create a Dockerfile which builds the image used for this tutorial
* Update Tutorial.ipynb
* Add a section on downloading the training date
* Remove the Feature Extraction section
* Fix typo in setup_kubeflow_cluster.md
* Add training_the_model.md
Move GitHub issue summarization example into a third_party folder since
it is not Apache 2 licensed.
Add LICENSE file from original repo:
(https://github.com/hamelsmu/Seq2Seq_Tutorial)
Remove redundancy in folder name