Skip to content

Commit

Permalink
Add MAB dashboard screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Jan 7, 2019
1 parent 0d1e152 commit 632c69e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added docs/articles/mab-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/articles/release-0.2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ The ability to identify unexpected input feature payloads to a machine learning

The problem of deciding how to route requests to competing machine learning model so that one determines which model is the best in the shortest amount of time can be treated as a [Multi-Armed Bandit Problem](https://en.wikipedia.org/wiki/Multi-armed_bandit). Seldon Core has extended the available components you can use with [Thompson Sampling](https://github.com/SeldonIO/seldon-core/tree/master/components/routers/thompson-sampling) and a [case study](https://github.com/SeldonIO/seldon-core/blob/master/components/routers/case_study/credit_card_default.ipynb) comparing it to the more basic [Epsilon Greedy](https://github.com/SeldonIO/seldon-core/tree/master/components/routers/epsilon-greedy) strategy.

<p align="center">
<img src="./mab-dashboard.png">
</p>

## Cluster Wide Operations
Seldon Core can now be installed in two ways:

Expand Down

0 comments on commit 632c69e

Please sign in to comment.