prophet/python/fbprophet
Kevin Wilson 8d804fce0c Explicitly use 64-bit integers in plot functions (#577)
If this is installed on a 32-bit system (rare nowadays, but they still exist) then the conversion to `int` from `timedelta64[ns]` in `plot_cross_validation_metric` will fail. This patch explicitly uses an `np.int64` for this conversion.
2018-06-18 14:15:16 -07:00
..
tests Fix unittest for Py3.6 ordered dicts 2018-06-11 15:18:40 -07:00
__init__.py Version bump 2018-05-30 17:02:47 -07:00
diagnostics.py Remove vestigial comments, structure imports 2018-05-30 16:35:17 -07:00
forecaster.py Allow constant extra regressors 2018-06-01 14:53:45 -07:00
models.py Remove vestigial comments, structure imports 2018-05-30 16:35:17 -07:00
plot.py Explicitly use 64-bit integers in plot functions (#577) 2018-06-18 14:15:16 -07:00