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:
library(devtools)
devtools::install_github("cefet-rj-dal/tspredit", force = TRUE, upgrade = "never")
Examples of TSPredIT usage are available in the official GitHub repository:
Additional documentation and tutorials for the underlying DAL Toolbox can be found at:
To report issues or suggest improvements, please open a ticket here:
https://github.com/cefet-rj-dal/tspredit/issues
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.