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
Ben Letham
cbe1f5e623
Documentation and plot fix for multiplicative seasonality
2018-05-28 12:37:23 -07:00
Ben Letham
7c010aac51
Multiplicative seasonality (R)
2018-05-15 10:07:38 -07:00
Ben Letham
f1e24d3c2c
Show multiplicative seasonality as percent in plots (Py)
2018-05-11 17:54:29 -07:00
Ben Letham
8d8c5b41ce
Multiplicative seasonality (Py)
2018-05-09 12:25:29 -07:00
Ben Letham
8198afe17a
Add a visualiztion of cross validation prediction performance vs. horizon
2018-05-04 11:21:40 -07:00
Ben Letham
3da46503ed
Add utility for plotting changepoints (Py), and put in plotting file (R and Py)
2018-05-03 11:10:11 -07:00
Ben Letham
7c95c62cf0
Move plotting into a separate file (Py)
2018-05-03 10:23:56 -07:00