prophet/python/fbprophet
2017-03-16 15:43:16 +02:00
..
tests make_future_dataframe return correct number of periods 2017-03-12 14:29:20 +02:00
__init__.py Initial commit 2017-02-22 15:59:43 -08:00
forecaster.py Fix missing m/d on trend component plot. Previously we used MaxNLocator to limit the number of tick marks on the trend and holiday component plots. This was putting the ticks at various points throughout the year, however the tick label showed only the year, which one would incorrectly assume to be Jan 1. This commit removes MaxNLocator and allows matplotlib to set xticks as it pleases, and updates the effected documentation. 2017-03-16 15:43:16 +02:00