Closed MichaelClifford closed 5 years ago
Added a new file model_fourier.py to perform the fourier analysis on incoming metrics. Code was based on the original implementation found here https://github.com/AICoE/prometheus-anomaly-detector/blob/e8661402df9bc9bc9b8624ca0f400b8ba37b72a1/model.py#L204-L274.
model_fourier.py
Initial test indicate that it is working. But further work/ tests can be done to validate this Fourier analysis approach for prediction.
Added a new file
model_fourier.py
to perform the fourier analysis on incoming metrics. Code was based on the original implementation found here https://github.com/AICoE/prometheus-anomaly-detector/blob/e8661402df9bc9bc9b8624ca0f400b8ba37b72a1/model.py#L204-L274.Initial test indicate that it is working. But further work/ tests can be done to validate this Fourier analysis approach for prediction.