1. 14 Aug, 2024 3 commits
  2. 13 Aug, 2024 1 commit
  3. 09 Aug, 2024 2 commits
  4. 08 Aug, 2024 5 commits
  5. 02 Aug, 2024 2 commits
  6. 01 Aug, 2024 4 commits
  7. 31 Jul, 2024 5 commits
  8. 29 Jul, 2024 1 commit
  9. 26 Jul, 2024 1 commit
  10. 23 Jul, 2024 1 commit
  11. 22 Jul, 2024 3 commits
  12. 15 Jul, 2024 2 commits
  13. 11 Jul, 2024 2 commits
  14. 09 Jul, 2024 1 commit
  15. 08 Jul, 2024 3 commits
  16. 03 Jul, 2024 2 commits
  17. 26 Jun, 2024 2 commits
    • Nabiz's avatar
      Better performance with lookback = 10 and n_forecast = 25 for ARIMA around... · 0f3c388e
      Nabiz authored
      Better performance with lookback = 10 and n_forecast = 25 for ARIMA around RMSE = 6.3% and for LSTM of RMSE  = 15%. Perfect aligned peaks for LSTM and +1 lag peak shift for ARIMA
      0f3c388e
    • Nabiz's avatar
      Full scale analysis for 6 variables and including the lag 1 autoregression... · e1c318bb
      Nabiz authored
      Full scale analysis for 6 variables and including the lag 1 autoregression variable Zt-1 as predictor. Transforming the data sets are required to have similar scale and range for RMSE calculation and prediction. ARIMA 12% accuracy, LSTM 2.7%. The issue with ARIMA out of phase is solved by using longer forecast steps n_steps = 25, and also LSTM is now in a better phase, if number of look back parameter increased to k_lookback = 7.
      e1c318bb