$new(mail, password) Initialize a Bender object and establish connection to the API.
$list_experiments() Return a list of the connected user<U+2019>s experiments.
$set_experiment(name=NULL, id=NULL) Setup current experiment for the connected user.
$create_experiment(name, metrics, description=NULL, dataset=NULL, dataset_parameters=NULL) Create new experiment and setup current experiment for the connected user. If experiment name already exists, the already existing one is set by default as current experiment.
$delete_experiment(id) Delete targeted experiment of the connected user.
$list_algos() Return a list of the connected user<U+2019>s algos.
$set_algo(id=NULL, name=NULL) Setup current algo for the connected user.
$set_algo(name, hyperparameters, description=NULL) Create new algo and setup current algo for the connected user. If algo name already exists, the already existing one is set by default as current algo.
$delete_algo(id) Delete targeted algo of the connected user.
$list_trials() List all trials of the current algo.
$create_trial(results, hyperparameters, weight=1, comment=NULL) Create new trial for the current algo.
$delete_trial(id) Delete targeted trial from current algo.
$suggest(metric=NULL, optimizer="parzen_estimator") Ask bender a suggestion on a hyperparameters set to use
$delete_trial(id) Delete targeted trial from current algo.