View source: R/Saldae_forecasting_pool.R
| Saldae_Forecaster | R Documentation | 
Time Series Forecasting engine ....
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")
)
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  | 
a list of forecasts
Farid Azouaou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.