TimeSeriesPredictor.load#
- classmethod TimeSeriesPredictor.load(path: str) TimeSeriesPredictor [source]#
Load an existing
TimeSeriesPredictor
from givenpath
.- Parameters
path (str) – Path where the predictor was saved via
save()
.- Returns
predictor
- Return type