A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
597
stars
151
forks
source link
Fourier model outputs only forecasted values #37
Closed
MichaelClifford closed 5 years ago
Fourier model was crashing during
test_model.py
because it was outputting values for the entire training set in addition to the forecasted values.This PR fixes that issue by only returning the forecasted values from
fourier_extrapolation
and should address issue #36.