Skip to content

Latest commit

 

History

History
 
 

sigopt-beats-vegas

image

sigopt-beats-vegas

Learn more at the associated blog post.

Dive right in with the iPython Notebook.

Setup

  1. Log in to your SigOpt account at https://app.sigopt.com
  2. Find your API Token on the API tokens page. as the SIGOPT_API_TOKEN environment variable.
  3. Run sudo ./setup_env.sh

Run

We recommend using Jupyter to walk through this example. Start Jupyter (run jupyter notebook), then open:

SigOpt NBA OverUnder Model.ipynb

To run the predictor as a standalone:

cd predictor
python stand_alone.py

Questions?

Any questions? Drop us a line at [email protected].

API Reference

To implement SigOpt for your use case, feel free to use or extend the code in this repository. Our core API can bolt on top of any complex model or process and guide it to its optimal configuration in as few iterations as possible.