LeeDoYup / RobustSTL

Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
MIT License
271 stars 53 forks source link

typo in run_example.ipynb #4

Closed mfumagalli68 closed 5 years ago

mfumagalli68 commented 5 years ago

Running your example.ipynb I found a typo

from sample_generater import *

should be

from sample_generator import *

Bye

LeeDoYup commented 5 years ago

Thank you.