Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubeflow Seldon e2e NLP ML pipeline using re-usable components #589

Merged
merged 24 commits into from
May 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/target/
/public
cluster-manager/.m2/
.mypy_cache

.ipynb_checkpoints

Expand Down Expand Up @@ -202,4 +203,4 @@ wrappers/s2i/python/_python/

seldon-controller/go

testing/scripts/go
testing/scripts/go
3 changes: 3 additions & 0 deletions doc/source/examples/kubeflow_seldon_e2e_pipeline.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/kubeflow/kubeflow_seldon_e2e_pipeline.ipynb"
}
1 change: 1 addition & 0 deletions doc/source/examples/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Notebooks
Istio Canary <istio_canary>
Jaeger Tracing <tmpl_model_tracing>
Keras MNIST <keras_mnist>
Kubeflow Seldon E2E Pipeline <kubeflow_seldon_e2e_pipeline>
Max gRPC Message Size <max_grpc_msg_size>
Model with Custom Metrics <tmpl_model_with_metrics>
MLFlow <mlflow>
Expand Down
Loading