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(project, trials)
Key | Type | Description |
---|---|---|
project | String | The id of project which trials are uploaded into. |
trials | Trials | Trials to be uploaded. |
trials = SigOptTrials(project, trials)
Key | Type | Description |
---|---|---|
project | String | The id of project which trials are uploaded into. |
trials | Trials | Trials to be wrapped, default is None. |
Last modified 1yr ago