benchmarking/blackbox_repository/conversion_scripts/scripts/icml2020_import.py [41:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    }

    serialize({
        task: BlackboxOffline(
            df_evaluations=df.loc[df.task == task, :],
            configuration_space=configuration_space,
            objectives_names=[col for col in df.columns if col.startswith("metric_")],
        )
        for task in df.task.unique()
    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



benchmarking/blackbox_repository/conversion_scripts/scripts/icml2020_import.py [79:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    }

    serialize({
        task: BlackboxOffline(
            df_evaluations=df.loc[df.task == task, :],
            configuration_space=configuration_space,
            objectives_names=[col for col in df.columns if col.startswith("metric_")],
        )
        for task in df.task.unique()
    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



