Skip to content

wenweixu/sigopt-examples

 
 

Repository files navigation

image

Getting Started with SigOpt

Welcome to the SigOpt Examples. These examples show you how to use SigOpt for model tuning tasks in various machine learning environments.

Requirements

Most of these examples will run on any Linux or Mac OS X machine from the command line. Each example contains a README.md with specific setup instructions.

First Time?

If this is your first time using SigOpt, we recommend you work through the Random Forest example. In this example, you will use a random forest to classify data from the iris dataset and use SigOpt to maximize the k-fold cross-validation accuracy by tuning the model's hyperparameters. This example is available in a wide variety of languages and integrations:

More Examples

Questions?

Any questions? Drop us a line at support@sigopt.com.

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.

About SigOpt

With SigOpt, data scientists and machine learning engineers can build better models with less trial and error.

Machine learning models depend on hyperparameters that trade off bias/variance and other key outcomes. SigOpt provides Bayesian hyperparameter optimization using an ensemble of the latest research.

SigOpt can tune any machine learning model, including popular techniques like gradient boosting, deep neural networks, and support vector machines. SigOpt’s REST API and client libraries (Python, R, Java) integrate into any existing ML workflow.

SigOpt augments your existing model training pipeline, suggesting parameter configurations to maximize any online or offline objective, such as AUC ROC, model accuracy, or revenue. You only send SigOpt your metadata, not the underlying training data or model.

SigOpt is available through Starter, Workgroup, and Enterprise plans, and is free forever for academic users.

About

Optimization Examples with SigOpt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.0%
  • Python 5.6%
  • Other 1.4%