auswahl.benchmarking.load_data_handler

auswahl.benchmarking.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.