Skip to content

Commit

Permalink
Merge pull request #589 from axsauze/kubeflow_pipeline_example
Browse files Browse the repository at this point in the history
Kubeflow Seldon e2e NLP ML pipeline using re-usable components
  • Loading branch information
axsaucedo authored May 30, 2019
2 parents c5d7b30 + 4cc9c83 commit b1af919
Show file tree
Hide file tree
Showing 53 changed files with 3,191 additions and 1 deletion.
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

0 comments on commit b1af919

Please sign in to comment.