jeff1evesque / fin-654

Syracuse FIN-654 Final Project
3 stars 1 forks source link

Add MSE measure next to each analysis #53

Closed jeff1evesque closed 5 years ago

jeff1evesque commented 5 years ago

We need to add a MSE measure for our ARIMA and LSTM predictors. Furthermore, any additional enhancements will be made as necessary.

jeff1evesque commented 5 years ago

We need to fix the ARIMA plot. Specifically, the original self.history before additional elements are appended, needs to be plotted:

        actuals, predicted, rolling, differences = [], [], [], []
        self.history = self.df_train[self.normalize_key].tolist()