Skip to content

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

Description

@Zakaria-laktati

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions