Learn R Programming

decompML (version 0.1.1)

Decomposition Based Machine Learning Model

Description

The hybrid model is a highly effective forecasting approach that integrates decomposition techniques with machine learning to enhance time series prediction accuracy. Each decomposition technique breaks down a time series into multiple intrinsic mode functions (IMFs), which are then individually modeled and forecasted using machine learning algorithms. The final forecast is obtained by aggregating the predictions of all IMFs, producing an ensemble output for the time series. The performance of the developed models is evaluated using international monthly maize price data, assessed through metrics such as root mean squared error (RMSE), mean absolute percentage error (MAPE), and mean absolute error (MAE). For method details see Choudhary, K. et al. (2023). .

Copy Link

Version

Install

install.packages('decompML')

Monthly Downloads

130

Version

0.1.1

License

GPL-3

Maintainer

Kapil Choudhary

Last Published

February 18th, 2025

Functions in decompML (0.1.1)

eemdTDNN

Ensemble Empirical Mode Decomposition Based Time Delay Neural Network Model
ceemdanELM

Complementary Ensemble Empirical Mode Decomposition with Adaptive Noise Based ELM Model
ceemdanTDNN

CEEMDAN Based Time Delay Neural Network Model
Data_Maize

Monthly International Maize Price
ceemdanARIMA

CEEMDAN Based Auto Regressive Integrated Moving Average Model
eemdARIMA

Ensemble Empirical Mode Decomposition Based Auto Regressive Integrated Moving Average Model
eemdELM

Ensemble Empirical Mode Decomposition Based ELM Model
vmdTDNN

Variational Mode Decomposition Based Time Delay Neural Network Model
emdELM

Empirical Mode Decomposition Based ELM Model
emdTDNN

Empirical Mode Decomposition Based Time Delay Neural Network Model
vmdARIMA

Variational Mode Decomposition Based Autoregressive Integrated Moving Average Model
vmdELM

Variational Mode Decomposition Based Extreme Learning Machine Model
emdARIMA

Empirical Mode Decomposition Based Auto Regressive Integrated Moving Average Model