API

There are two convenience functions for uploading data to SigOpt from Hyperopt Trials. Both require you to have configured SigOpt and to select which SigOpt project you want to use to store the Trials in.

sigopt.hyperopt.upload_trials

sigopt.hyperopt.upload_trials(project, trials)
KeyTypeDescription

project

String

The id of project which trials are uploaded into.

trials

Trials

Trials to be uploaded.

sigopt.hyperopt.SigOptTrials

trials = SigOptTrials(project, trials)
KeyTypeDescription

project

String

The id of project which trials are uploaded into.

trials

Trials

Trials to be wrapped, default is None.

Last updated