Learn more at the associated blog post.
Dive right in with the iPython Notebook.
- Log in to your SigOpt account at https://app.sigopt.com
- Find your API Token on the API tokens page.
as the
SIGOPT_API_TOKEN
environment variable. - Run
sudo ./setup_env.sh
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
Any questions? Drop us a line at [email protected].
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.