cardea.modeling.Modeler.load

static Modeler.load(path)[source]

Load a Modeler object from a pickle file

Parameters

path (str) – The path to load the modeler.

Returns

A Modeler instance.

Return type

Modeler