generators.py is required for the quickstart.py (from prophet.generators import YahooData) but is not included as part of the pip install.
Hi. I've copied over the generators.py file for the quickstart to work, but figured it'd be easier if it was packaged as part of the default install.
@simongarisch You mean the YahooData object? So you'd like it to be importable right?
@Emsu Hi there. When running 'pip install prophet' from the command line prophet does not install the generators.py file which is required to import the YahooData class. The quickstart file, for example, requires that the YahooData class is available in order to run. It's just a minor thing, but it'd be good to update the files that available for install via pip.
@simongarisch Would you mind adding that in a PR? Much appreciated!