load_object()
Load any object from a pickle file:
filepath (str) – full path to the object to load. The file MUST be in pickle format
object_type (type) – type of the object, so that the function checks that it has the right type. Default: None
loaded object
Any