Added Changed - warning logs now called after `Forecaster` and `MVForecaster` objects are initiated - No more `get_funcs()` method, a bad idea from the start Fixed
0.9.8
Added - added the `corr()` and `corr_lags()` methods to the `MVForecaster` object Changed Fixed
0.9.7
Added Changed Fixed - fixed an issue where `MVForecaster` was not generating the correct forecast horizon worth of values for models run with lags only (no seasonality or trends)
0.9.6
Added Changed - got rid of printing when calling silverkite Fixed - fixed an issue with ARIMA where it didn't work if no Xvars had been added first
0.9.4
Added Changed Fixed - fixed an issue where data types get changed from int to float when grid searching
0.9.2
Added - Added `SGDRegressor` from sklearn as a default estimator (sgd) Changed - Changed "backcast" nomenclature to "backtest", which is what it really is (oops!) Fixed