Open XanderHorn opened 5 years ago
Try the solution in this link. It worked for me.
https://stackoverflow.com/questions/48450418/hts-prophet-holidays-issue/51400527#51400527
Open PR
i am getting same error while running runHTS.py. "TypeError: '<' not supported between instances of 'str' and 'int'" even though i tried with keyword arguments detailed error:
TypeError Traceback (most recent call last)
Same. Still not working for me. Already added keyword arguments as mentioned in #7 but still getting the same error.
Hi everyone, the solution I found that worked for me was to clone the repo and delete the backslash \
characters. Not sure what \
does in python
When trying to run the example script I get the following error:
INFO:matplotlib.font_manager:font search path ['/opt/conda/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf', '/opt/conda/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/afm', '/opt/conda/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/pdfcorefonts'] INFO:matplotlib.font_manager:generated new fontManager
TypeError Traceback (most recent call last)