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

Implement ForecastingDetectorFactory #571

Open
williewheeler opened this issue Sep 23, 2019 · 0 comments
Open

Implement ForecastingDetectorFactory #571

williewheeler opened this issue Sep 23, 2019 · 0 comments
Assignees

Comments

@williewheeler
Copy link
Contributor

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.

@williewheeler williewheeler self-assigned this Sep 23, 2019
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

1 participant