deephyper.analysis.hpo.get_mask_of_rows_without_failures

deephyper.analysis.hpo.get_mask_of_rows_without_failures#

deephyper.analysis.hpo.get_mask_of_rows_without_failures(df: DataFrame, column: str) Tuple[bool, ndarray][source]#

Return a boolean mask where true values are non-failures.

Returns:

a boolean that indicates if there is any failure, the mask array.

Return type:

bool, Array[bool]