OptiSembleForecasting: Optimization Based Ensemble Forecasting Using MCS Algorithm

The real-life data is complex in nature. No single model can capture all aspect of complex time series data. In this package, 14 models, namely Recurrent Neural Network (RNN), Gated Recurrent Unit (GRU), Long Short-Term Memory (LSTM), Bidirectional LSTM, Deep LSTM, Artificial Neural Network (ANN), Support Vector Regression (SVR), Random Forest (RF), k-Nearest Neighbour (KNN), XGBoost (XGB), Autoregressive Integrated Moving Average (ARIMA), Error-Trend-Seasonality (ETS) and TBATS models, have been implemented and their accuracy have been checked. An PCA based error index has been proposed to select a group of best models using MCS algorithms. After selecting the models, the forecasts from these models have been ensembled using optimization techniques. This package allows to implement 20 optimization techniques, namely, Artificial Bee Colony (ABC), Ant Lion Optimizer (ALO), Bat Algorithm (BA), Black Hole Optimization Algorithm (BHO), Clonal Selection Algorithm (CLONALG), Cuckoo Search (CS), Cat Swarm Optimization (CSO), Dragonfly Algorithm (DA), Differential Evolution (DE), Firefly Algorithm (FFA), Genetic Algorithm (GA), Gravitational Based Search Algorithm (GBS), Grasshopper Optimisation Algorithm (GOA), Grey Wolf Optimizer (GWO), Harmony Search Algorithm (HS), Krill-Herd Algorithm (KH), Moth Flame Optimizer (MFO), Particle Swarm Optimization (PSO), Sine Cosine Algorithm (SCA), Shuffled Frog Leaping (SFL) and Whale Optimization Algorithm (WOA). This package has been developed using concept of Wang et al. (2022) <doi:10.1016/j.apm.2022.09.004>, Qu et al. (2022) <doi:10.1016/j.eswa.2022.118746> and Kriz (2019) <doi:10.1007/978-3-030-18195-6_21 >.

Version: 0.1.0
Imports: stats, keras, tsutils, readxl, tibble, tensorflow, Metrics, forecast, dplyr, neuralnet, MCS, caretForecast, kknn, metaheuristicOpt, FactoMineR, factoextra, utils
Published: 2022-09-20
Author: Dr. Md Yeasin [aut, cre], Dr. Ranjit Kumar Paul [aut]
Maintainer: Dr. Md Yeasin <yeasin.iasri at gmail.com>
License: GPL-3
NeedsCompilation: no
CRAN checks: OptiSembleForecasting results

Documentation:

Reference manual: OptiSembleForecasting.pdf

Downloads:

Package source: OptiSembleForecasting_0.1.0.tar.gz
Windows binaries: r-devel: OptiSembleForecasting_0.1.0.zip, r-release: OptiSembleForecasting_0.1.0.zip, r-oldrel: OptiSembleForecasting_0.1.0.zip
macOS binaries: r-release (arm64): OptiSembleForecasting_0.1.0.tgz, r-oldrel (arm64): OptiSembleForecasting_0.1.0.tgz, r-release (x86_64): OptiSembleForecasting_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=OptiSembleForecasting to link to this page.