1. 09 May, 2024 1 commit
  2. 08 May, 2024 4 commits
  3. 24 Apr, 2024 2 commits
  4. 19 Apr, 2024 1 commit
    • Nabiz's avatar
      By defining the autoregression of Z(t) = Y(t) as predictand and... · 8504067d
      Nabiz authored
      By defining the autoregression of Z(t) = Y(t) as predictand and Z(t-1)=Y(t-1),A(t),B(t) as predictors to the synthetic data set to apply ARIMA and LSTM models. The RMSE is in the order of 5% ARIMA and 4% LSTM. With HYBRID model, simple averaging the statistical and NN ML models. Next will be uncertainty of forecast, XGBoost, PROPHET, ForrestClassifier Hybrid weighted average, majority voting model ensemble and runnig on MN5 with 9 Billion parameters
      8504067d
  5. 18 Apr, 2024 2 commits
    • Nabiz's avatar
      By defining the autoregression of Z(t) = Z(t-1) + A(t) + B(t) to the synthetic... · d03ca631
      Nabiz authored
      By defining the autoregression of Z(t) = Z(t-1) + A(t) + B(t) to the synthetic data set to apply ARIMA and LSTM models. The RMSE is in the order of 8% with HYBRID model, simple mean of statistical and NN ML model, gives a better prediction 3%. Next will be uncertainty of forecast, XGBoost, weighted average, majority voting model ensemble. Hyperparameters and process it on MN5
      d03ca631
    • Nabiz's avatar
      Minor updates · 5a98fca8
      Nabiz authored
      5a98fca8
  6. 10 Apr, 2024 1 commit
    • Nabiz's avatar
      Adding some noise to the determenistic series. Including the ARIMA search for... · e9695f20
      Nabiz authored
      Adding some noise to the determenistic series. Including the ARIMA search for RMSE min function to evaluate the best  P D Q. Got the Integrated ARIMA(0,2,0) with RMSE of 6% which indicates an I(2) or Differentiation  Function of order 2. Doing a manual MinMaxScaling to rescale the values of LTSM, since the RMSE of normalized values are higher in comparison to the original values, with RMSE of 9% for simple LSTM.
      e9695f20
  7. 03 Apr, 2024 2 commits
  8. 28 Mar, 2024 2 commits
  9. 27 Mar, 2024 2 commits
    • Nabiz's avatar
      Update README.md · 3ef24463
      Nabiz authored
      3ef24463
    • Nabiz's avatar
      Testing multivariate LSTM and multivariate ARIMA on synthetic time series. The... · 70f83179
      Nabiz authored
      Testing multivariate LSTM and multivariate ARIMA on synthetic time series. The approach works. Next step would be with real PISCES data set. It is still unclear how to weights for linear lag correlation model should be applied. Using just multivariate ARIMA and LSTM or lagged multivariate, where the maximum cross correlation should be the constrain on time lagged external factors?
      70f83179
  10. 07 Mar, 2024 3 commits
  11. 05 Mar, 2024 2 commits
  12. 01 Mar, 2024 2 commits
  13. 22 Feb, 2024 1 commit
  14. 20 Feb, 2024 2 commits
  15. 13 Feb, 2024 5 commits