Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 666 Bytes

Client side code for MOE.

Install MOE with docker and call it using python REST interface

See Yelp#461

MOE A global, black box optimization engine for real world metric optimization.

Install

pip install clientMOE

Eaxmples

Development

Publish PyPi package

python setup.py sdist register upload -r pypitest

python setup.py sdist register upload -r pypi