Skip to content

Commit

Permalink
Add a first pass mlflow v2 end to end example (#3483)
Browse files Browse the repository at this point in the history
* Add a first pass mlflow v2 end to end example

* add notebook to the docs

* delete old notebook

* fix link in file

* fixes to the notebook

* PR comments

* add README.md

* update nblink file

* fix issue with notebook

* add licenses

fix licenses

fix licenses 2

no licenses manually

Co-authored-by: Sherif Akoush <[email protected]>
  • Loading branch information
sakoush and sakoush authored Aug 12, 2021
1 parent 9ad3c29 commit 99e1b38
Show file tree
Hide file tree
Showing 7 changed files with 1,266 additions and 676 deletions.
3 changes: 3 additions & 0 deletions doc/source/examples/mlflow_v2_protocol_end_to_end.nblink
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "../../../examples/models/mlflow_v2_protocol_end_to_end/README.ipynb"
}
1 change: 1 addition & 0 deletions doc/source/examples/notebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Prepackaged Inference Server Examples
Deploy a Scikit-learn Model Binary <../servers/sklearn.md>
Deploy a Tensorflow Exported Model <../servers/tensorflow.md>
MLflow Pre-packaged Model Server A/B Test <mlflow_server_ab_test_ambassador>
MLflow v2 Protocol End to End Workflow (Incubating) <mlflow_v2_protocol_end_to_end>
Deploy a XGBoost Model Binary <../servers/xgboost.md>
Deploy Pre-packaged Model Server with Cluster's MinIO <minio-sklearn>
Custom Pre-packaged LightGBM Server <custom_server>
Expand Down
Loading

0 comments on commit 99e1b38

Please sign in to comment.