deephyper.analysis.hpo.parameters_at_topk#
- deephyper.analysis.hpo.parameters_at_topk(df: DataFrame, column: str = 'objective', k: int = 1, prefix: str = 'p:') List[Tuple[dict, float]][source]#
Return the parameters at the top-k of the given
column.- Parameters:
- Returns:
- the parameters at the maximum of the
columnand its corresponding value.
- the parameters at the maximum of the
- Return type: