High level R functions for interacting with Techtonique forecasting API

Installation

pip install forecastingapi

Usage

remotes::install_github("Techtonique/forecastingAPI_r")
library(forecastingapi)

# Example usage 1
path_to_file <- "/Users/t/Documents/datasets/time_series/univariate/AirPassengers.csv"
forecastingapi::get_forecast(path_to_file)

# Example usage 2
forecastingapi::get_forecast(path_to_file, type_pi='scp2-kde', h=5L, replications=10L)

License

MIT