SIENTIAPDE-1579: Fixed data preprocessor

This commit is contained in:
Kou Kinoshita
2026-02-18 11:14:27 -03:00
parent a4d94dd2ff
commit 8b7bd81328
6 changed files with 75 additions and 5 deletions

View File

@@ -311,6 +311,7 @@ class TrainingRepository:
lag_transform=params.lag_val,
start_date=params.start_date,
end_date=params.end_date,
date_format=params.date_format,
removed_intervals=removed_intervals,
static_threshold=self._get_static_threshold(params),
low_lim=params.low_lim,