MCPcopy
hub / github.com/hyperopt/hyperopt / statuses

Method statuses

hyperopt/base.py:539–542  ·  view source on GitHub ↗
(self, bandit=None)

Source from the content-addressed store, hash-verified

537 return list(map(bandit.loss, self.results, self.specs))
538
539 def statuses(self, bandit=None):
540 if bandit is None:
541 return [r.get("status") for r in self.results]
542 return list(map(bandit.status, self.results, self.specs))
543
544 def average_best_error(self, bandit=None):
545 """Return the average best error of the experiment

Callers 2

main_plot_historyFunction · 0.80
main_plot_histogramFunction · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected