Get Started
API Reference
Developer Guides
deephyper.nas.metrics.
selectMetric
Return the metric defined by name.
name (str) – a string referenced in DeepHyper, one referenced in keras or an attribute name to import.
a string suppossing it is referenced in the keras framework or a callable taking (y_true, y_pred) as inputs and returning a tensor.
str or callable