Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Series does not follow any known frequency (e.g. second, minute, hour, day, week, month, year, etc. #146

Open
Zakaria-laktati opened this issue Jun 14, 2023 · 1 comment

Comments

@Zakaria-laktati
Copy link

Hello Team,

when i try to do this:

from adtk.detector import SeasonalAD
seasonal_ad = SeasonalAD()
anomalies = seasonal_ad.fit_detect(s_train)
plot(s_train, anomaly=anomalies, anomaly_color="red", anomaly_tag="marker")

i receive this error message :

RuntimeError: Series does not follow any known frequency (e.g. second, minute, hour, day, week, month, year, etc.

@GH-wudi
Copy link

GH-wudi commented Mar 23, 2024

Me too! Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants