TSPredIT (Time Series Prediction with Integrated Tuning) is a framework for time series prediction with automatic preprocessing and hyperparameter optimization. It is built on top of the DAL Toolbox and enhances its capabilities by integrating several advanced functionalities:
TSPredIT is designed to provide a more flexible and customizable pipeline for building predictive models on time series data, making it easier to compare alternatives and automate repetitive tasks.
The latest version of TSPredIT is available on CRAN:
install.packages("tspredit")
You can install the development version from GitHub:
# install.packages("devtools")
library(devtools)
::install_github("cefet-rj-dal/tspredit", force = TRUE, upgrade = "never") devtools
Examples of TSPredIT usage are available in the official GitHub repository:
Additional documentation and tutorials for the underlying DAL Toolbox can be found at:
library(tspredit)
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> as.zoo.data.frame zoo
#> Registered S3 methods overwritten by 'forecast':
#> method from
#> head.ts stats
#> tail.ts stats
# Example usage (basic)
# Load a model and apply to example data (to be defined by user)
To report issues or suggest improvements, please open a ticket here: