diff --git a/app/service/time_series_detector/feature/fitting_features.py b/app/service/time_series_detector/feature/fitting_features.py index 55dee90..5430213 100644 --- a/app/service/time_series_detector/feature/fitting_features.py +++ b/app/service/time_series_detector/feature/fitting_features.py @@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed import numpy as np from app.config.common import * -` + def time_series_moving_average(x): """ Returns the difference between the last element of x and the smoothed value after Moving Average Algorithm