etna.core.load#
- load(path: Path, **kwargs: Any) Any[source]#
- Load saved object by path. - Warning - This method uses - dillmodule which is not secure. It is possible to construct malicious data which will execute arbitrary code during loading. Never load data that could have come from an untrusted source, or that could have been tampered with.