Mitchell O'Hara-Wild

Results 345 comments of Mitchell O'Hara-Wild

Thanks for the reprex and clear explanation by the way! :tada:

For wind fields, I imagine it will be plotted on a map which would use the appropriate map coordinates. Perhaps I could add a message when the default ggplot2 coordinate...

Issue for outliers is here: https://github.com/tidyverts/fable/issues/160 In the first instance, I think outlier cleaning should be done as a combination of outlier detection, removal, and then interpolation. Simpler/automatic methods can...

Moved to {fabletools} as this functionality will first be implemented with the generics `outliers()` and `interpolate()`, where some intermediate function is used to replace outliers with missing values. A higher...

At minimum this functionality requires #137. I have a somewhat clear idea on the design of this feature (using distributional model fits), so basic/default model-based outlier detection would be a...

Thanks for the issue, I have seen your stackoverflow post but this is a more appropriate place for it. I believe this is a bug, and will work on fixing...

This should return a zero-row mable, but would require some restructuring of how and where some attributes like response variable are stored. Currently the response variables are grabbed from the...

The `outliers()` functionality is mostly a stub at the moment, not many (any?) models support it yet, and so it is also not very well documented. You are correct that...

Looks great and simple, thanks! I'll use this code and rework it into a more general nicer interface for reconciliation. Could you add yourself as ctb for this package, and...

No movement specific to this yet, but lots of thought into rewriting the reconciliation code to reduce code duplication. I've tried to free up some time in the second half...