Skip to content

Commit

Permalink
fix a bad link in seldon doc (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe authored and k8s-ci-robot committed Mar 1, 2019
1 parent eb8be7b commit 70dcbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/components/seldon.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Seldon allows complex runtime graphs for model inference to be deployed. Some ex
* **A multi-armed bandit between two models**. Allowing you to dynamically push traffic to the best model in real time. For more details see an [e-greedy algorithm example](https://github.com/SeldonIO/seldon-core/blob/master/notebooks/epsilon_greedy_gcp.ipynb).
* ```ks generate seldon-mab-<seldonVersion> mymab --imageA <imageA> --imageB <imageB>```
* Example: ```ks generate seldon-mab-v1alpha2 mymab --imageA seldonio/mock_classifier:1.0 --imageB seldonio/mock_classifier:1.0```
* **An outlier detector for a single model**. See more details on the [default Mahalanobis outlier detection algorithm](https://github.com/SeldonIO/seldon-core/blob/master/examples/transformers/outlier_mahalanobis/outlier_documentation.ipynb).
* **An outlier detector for a single model**. See more details on the [default Mahalanobis outlier detection algorithm](https://github.com/SeldonIO/seldon-core/blob/master/components/outlier-detection/mahalanobis/outlier_mahalanobis.ipynb).
* ```ks generate seldon-outlier-detector-<seldonVersion> myout --image <image>```
* Example: ```ks generate seldon-outlier-detector-v1alpha2 myout --image seldonio/mock_classifier:1.0```

Expand Down

0 comments on commit 70dcbb9

Please sign in to comment.