Skip to content

Implement ForecastingDetectorFactory #571

Description

@williewheeler

Currently we use various legacy factories to create ForecastingDetectors from a specific point forecaster. All of the legacy factories use the Welford interval forecaster.

We need a ForecastingDetectorFactory for two reasons:

  • it will allow us to create detectors for the naive forecaster and seasonal naive forecaster without adding two more legacy detectors to the mix, and
  • it will allow us to remove the legacy factories

Need to ensure that we migrate any detectors using the old formats though.

Activity

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

Metadata

Metadata

Assignees

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