OPTaaS (Optimization as a Service) is a general-purpose Bayesian optimizer developed by Mind Foundry which provides optimal hyper-parameter configurations via web-services. It can handle any parameter type and does not need to know the underlying process, models, or data.
This repository contains real-life examples of solving problems using OPTaaS.
You can install the OPTaaS Python Client by simply running:
pip install mindfoundry-optaas-client