auswahl.benchmarking.util.helpers.load_data_handler¶
- auswahl.benchmarking.util.helpers.load_data_handler(file_path: str)[source]¶
Function to load a pickled instance of
DataHandler.- Parameters
- file_path: str
path to the file.
- Returns
- loaded data: DataHandler
Returns the loaded instance of type
DataHandler.