load_model()#

liesel.model.model.load_model(file)[source]#

Loads a model from a dill file.

Parameters:

file (Union[str, IO[bytes]]) – The file handler or path to load the model from.

Return type:

Any