deephyper.analysis.hpo.parameters_from_row# deephyper.analysis.hpo.parameters_from_row(row: Series) → dict[source]# Extract the parameters from a row of a DataFrame. Parameters: row (pd.Series) – a row of a DataFrame. Returns: the parameters of the row. Return type: dict