pyreal.utils.model_utils.load_model_from_pickle#

pyreal.utils.model_utils.load_model_from_pickle(filepath)[source]#

Load the model from a pickle filepath

Parameters:

filepath (string filepath) – The location of the pickled mode

Returns:

The loaded model

Return type:

model object