Short Description
Version v0.2.1 of MOE, the Metric Optimization Engine
https://github.com/Yelp/MOE/releases/tag/v0.2.1
Full Description
Version v0.2.1 of MOE, the Metric Optimization Engine.
To install:
$ docker pull yelpmoe/v0.2.1 # You can also pull the newest version: yelpmoe/latest
$ docker run -p 6543:6543 yelpmoe/v0.2.1
MOE is now running at http://localhost:6543
See the full docs for more information: http://yelp.github.io/MOE/
Check out the github tag for this version here: https://github.com/Yelp/MOE/releases/tag/v0.2.1
Docker Pull Command
Owner
yelpmoe