The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

FoRecoML logo

R-CMD-check CRAN status devel version License: GPL-3

Forecast Reconciliation is a post-forecasting process designed to improve accuracy and align forecasts within systems of linearly constrained time series (e.g. hierarchical or grouped). The FoRecoML package provides nonlinear forecast reconciliation procedures using Machine Learning in cross-sectional, temporal, and cross-temporal settings. FoRecoML inherits time series processing functionalities from FoReco.

The core functions for reconciliation are:

Machine learning models that can be used with FoRecoML include random forest (randomForest), extreme gradient boosting (xgboost), light gradient boosting machine (lightgbm), and models supported by the mlr3 package.

Installation

You can install the stable version on CRAN

install.packages("FoRecoML")

You can install the development version of FoRecoML from GitHub

# install.packages("devtools")
devtools::install_github("danigiro/FoRecoML")

Code of Conduct

Please note that the FoRecoML project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.