From 6b9bc34d143cf166d3d0a12c5f81014117101fba Mon Sep 17 00:00:00 2001 From: abadiabosch Date: Tue, 9 Aug 2022 12:05:44 +0200 Subject: [PATCH] Move parameter from global to default value in calendar based outlier model --- R/preparation.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/preparation.R b/R/preparation.R index e3cd99c..674696e 100644 --- a/R/preparation.R +++ b/R/preparation.R @@ -417,7 +417,7 @@ detect_profiled_data <- function(data){ #' regression model prediction detect_ts_calendar_model_outliers <- function(data, localTimeColumn="localtime", - valueColumn=outputName, + valueColumn="value", calendarFeatures = c("HOL", "H"), mode = "upperAndLower", upperModelPercentile = 90,