
Seldon Deploy smv Jun 23, 2021 CONTENTS 1 About 1 1.1 What is Seldon-Deploy?.........................................1 1.2 Seldon Core...............................................1 1.3 KFServing................................................3 1.4 Alibi...................................................3 1.4.1 Audience............................................4 1.4.1.1 Who should use Seldon deploy?............................4 2 Release Notes 7 2.1 Seldon Deploy 1.2.1...........................................7 2.1.1 Bug fixes............................................7 2.2 Seldon Deploy 1.2.0...........................................7 2.2.1 Breaking Changes........................................7 2.2.2 What’s New...........................................7 2.2.3 Bug fixes............................................8 2.3 Seldon Deploy 1.1.2...........................................8 2.3.1 Bug fixes............................................8 2.4 Seldon Deploy 1.1.0...........................................8 2.4.1 What’s New...........................................8 2.4.2 Bug fixes............................................8 2.5 Seldon Deploy 1.0.0...........................................8 2.5.1 Breaking Changes........................................9 2.5.2 What’s New...........................................9 2.5.3 Bug fixes............................................9 2.6 Seldon Deploy 0.9.0...........................................9 2.6.1 Breaking Changes........................................9 2.6.2 What’s New...........................................9 2.6.3 Bug fixes............................................ 10 2.7 Seldon Deploy 0.8.2........................................... 10 2.7.1 Bug fixes............................................ 10 2.8 Seldon Deploy 0.8.1........................................... 10 2.8.1 What’s New........................................... 10 2.8.2 Bug fixes............................................ 10 2.9 Seldon Deploy 0.8.0........................................... 10 2.9.1 Breaking Changes........................................ 11 2.9.2 What’s New........................................... 11 2.9.3 Bug fixes............................................ 11 2.10 Seldon Deploy 0.7.0........................................... 11 2.10.1 Breaking Changes........................................ 12 2.10.2 What’s New........................................... 12 i 2.10.3 Bug fixes............................................ 12 2.11 Seldon Deploy 0.6.2........................................... 12 2.11.1 Bug fixes............................................ 12 2.12 Seldon Deploy 0.6.1........................................... 12 2.12.1 Bug fixes............................................ 12 2.13 Seldon Deploy 0.6.0........................................... 13 2.13.1 Breaking Changes........................................ 13 2.13.2 What’s New........................................... 13 2.13.3 Bug fixes............................................ 13 2.14 Seldon Deploy 0.5.2........................................... 13 2.14.1 Bug fixes............................................ 13 3 Getting Started 15 3.1 Installation Types............................................. 15 3.2 Component integrations......................................... 15 3.3 Pre-requisites............................................... 16 3.4 Cluster Requirements.......................................... 16 3.5 Older Kubernetes Versions........................................ 16 3.6 Newer Kubernetes Versions....................................... 17 3.7 References................................................ 17 3.7.1 Download resources...................................... 17 3.7.2 Applying a License....................................... 17 3.7.3 Trial Installation........................................ 18 3.7.3.1 Trial Installation Options............................... 18 3.7.3.2 Configuration..................................... 18 3.7.3.3 References....................................... 19 3.7.4 Production Installation..................................... 26 3.7.4.1 Components overview................................. 26 3.7.4.2 References....................................... 27 3.7.5 Multi-tenant Installation.................................... 68 3.7.5.1 Multi-tenant Guidance................................. 68 3.7.6 OpenShift Installation...................................... 70 3.7.6.1 Red Hat Marketplace Installation........................... 71 3.7.6.2 Other OpenShift Installations............................. 71 3.7.7 Installation Types........................................ 71 3.7.7.1 Trial vs Production Install............................... 71 3.7.7.2 Easiest Ways to Get Started.............................. 72 3.7.7.3 What if I also want an ML training platform?..................... 72 3.7.7.4 How to Size a Cluster?................................ 72 4 Product Tour 73 4.1 Deployment Dashboard......................................... 73 4.1.1 Monitoring........................................... 74 4.1.2 Request Logs.......................................... 74 4.1.3 Requests to Models....................................... 75 4.1.3.1 Make a prediction................................... 75 4.1.3.2 Load Test....................................... 76 4.2 Deployment Wizard........................................... 76 4.2.1 Seldon Deployment Wizard................................... 77 4.2.2 Kubeflow Inference Service Wizard.............................. 77 4.3 Model Explanations........................................... 78 4.3.1 Available Methods....................................... 78 4.3.1.1 Tabular Data...................................... 78 4.3.1.2 Text Data........................................ 79 ii 4.3.1.3 Image Data....................................... 80 4.4 Rollout Strategies............................................ 80 4.4.1 Canary.............................................. 80 4.4.2 Shadow............................................. 82 4.5 REST API................................................ 83 4.5.1 Usage.............................................. 84 4.5.2 Authentication......................................... 85 4.5.3 Versioning............................................ 87 4.5.4 Reference............................................ 87 4.5.4.1 API Reference (v1alpha1)............................... 87 5 Demos 89 5.1 Seldon Core Demos........................................... 89 5.1.1 Canary Promotion........................................ 89 5.1.1.1 Iris Model....................................... 89 5.1.1.2 Deploy Model..................................... 90 5.1.1.3 Start Load Test..................................... 90 5.1.1.4 Create Canary..................................... 92 5.1.2 Model Explanations with Anchor Images........................... 93 5.1.2.1 Create Model..................................... 94 5.1.2.2 Get Predictions.................................... 94 5.1.2.3 Add an Anchor Images Explainer........................... 94 5.1.2.4 Get Explanation for one Request........................... 94 5.1.3 Model Explanations with Anchor Tabular........................... 94 5.1.3.1 Create Model..................................... 95 5.1.3.2 Get Predictions.................................... 95 5.1.3.3 Add an Anchor Tabular Explainer........................... 96 5.1.3.4 Get Explanation for one Request........................... 96 5.1.4 Model Explanations with Anchor Text............................. 97 5.1.4.1 Create Model..................................... 97 5.1.4.2 Get Predictions.................................... 98 5.1.4.3 Add an Anchor Text Explainer............................ 98 5.1.4.4 Get Explanation for one Request........................... 98 5.1.5 Model Catalogue........................................ 98 5.1.5.1 Registering Models and Editing Metadata...................... 98 5.1.5.2 Register New Model.................................. 99 5.1.5.3 Edit Model Metadata................................. 99 5.1.6 Outlier Detection with CIFAR10 Image Classifier....................... 100 5.1.6.1 Create Model..................................... 100 5.1.6.2 Setup Outlier detector................................. 100 5.1.6.3 Make Predictions................................... 101 5.1.6.4 View outliers on the Requests Screen......................... 101 5.1.6.5 Monitor outliers on the Monitor Screen........................ 101 5.1.6.6 Troubleshooting.................................... 101 5.1.7 Drift Detection with CIFAR10 Image Classifier........................ 101 5.1.7.1 Create A Model.................................... 102 5.1.7.2 Add A Drift Detector................................. 102 5.1.7.3 Make Predictions................................... 103 5.1.7.4 Monitor Drift On The Monitor Screen........................ 103 5.1.7.5 Troubleshooting.................................... 103 5.1.8 Model Accuracy Metrics with Iris Classifier.......................... 103 5.1.8.1 Create Model..................................... 103 5.1.8.2 Setup Metrics Server................................. 104 5.1.8.3 Make Predictions................................... 104 iii 5.1.8.4 Send Feedback..................................... 105 5.1.8.5 Monitor accuracy metrics on the Monitor Screen................... 106 5.1.8.6 Submit batch feedback using Batch Processor component.............. 106 5.1.8.7 Troubleshooting...................................
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages169 Page
-
File Size-