prophet
prophet copied to clipboard
Financial markets analysis framework for programmers
just cloned and tried to run the quickstart and immediately stumbled on this :( ``` python examples/quickstart.py Traceback (most recent call last): File "examples/quickstart.py", line 27, in backtest = prophet.run_backtest(start=datetime(2010,...
Hi there. The current version of pandas throws an error when comparing trading_days (with tz=UTC) to a standard python datetime with no tz info. Basically, it wants the time zone...
I forked prophet and then cloned my fork. I then tried to run the quickstart.py example, but it failed because pandas-datareader and seaborn were not installed, they were not installed,...
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.
## Problem Currently Yahoo Data is being used by default. Specifically adjusted close data to avoid splits breaking people's simulations. However, using adjusted close isn't accurate for backtesting and also...
Please feel free to comment on this proposal if you have any questions/changes/ideas. If you'd like to help on anything, feel free to comment on this thread and tag me....