Added
Changed
- the `plot()`, `plot_test_set()`, and `plot_fitted()` functions now return figures instead of automatically plotting for you. This means more customization is now possible. Took out `to_png` and related args from these functions since that can be done now with matplotlib
Fixed
- changed the insample metric evaluations for RNN and LSTM to be on the full training set instead of just the last few observations.