-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add some support for outlier detection and cleaning #314
Comments
Issue for outliers is here: tidyverts/fable#160 |
Moved to {fabletools} as this functionality will first be implemented with the generics A higher level utility function to do these three steps (like |
Hi. What is the progress status on this? I use the forecast package but am interested in whether I should begin modifying code to fable functions. Thanks. |
At minimum this functionality requires #137. As for prioritisation: I'm working on forecast reconciliation at the moment, however @robjhyndman is actively thinking about and working on outliers and so I expect outliers would be the next priority. |
Add some of the functionality of
tsclean()
andtsoutliers
from the forecast package.Related question: https://stackoverflow.com/q/59051260/144157
The text was updated successfully, but these errors were encountered: