Saldae_Forecaster: Saldae Forecasting tool

View source: R/Saldae_forecasting_pool.R

Saldae_ForecasterR Documentation

Saldae Forecasting tool

Description

Time Series Forecasting engine ....

Usage

Saldae_Forecaster(
  tisefka = NULL,
  target_variables = NULL,
  date_frequency = NULL,
  actuals_time_periode = NULL,
  anomaly_detection = FALSE,
  sald_holidays = NULL,
  Saldae_model = c("saldae_prophet")
)

Arguments

tisefka

input data

target_variables

target variables

actuals_time_periode

historical data to use for training

anomaly_detection

logical whether to activate or not anomaly detection

Saldae_model

forecasting model

Value

a list of forecasts

Author(s)

Farid Azouaou


Aqvayli06/SaldaeForecasting documentation built on Sept. 9, 2023, 7:21 p.m.