Mitchell O'Hara-Wild

Results 168 comments of Mitchell O'Hara-Wild

Hi @Sayani07, are you still interested in maintaining the package? Let me know if you need help with it, I can take over as maintainer if you don't have the...

The objects might appear large in lobstr since they contain references to functions in package environments (for example the model training function). Memory efficiency is however a common issue and...

Could you check some sizes of the model internals for your `df` and `mdl` example? I'm curious about the size of the `model` and `transformation` relative to the `fit`. `fit`...

Thanks for raising this, I think this should be made to work better. Essentially the `features()` function expects a function or list of functions. `~feat_stl(., .period = "1 year")` is...

Thanks for the additional examples. As far as I am aware, these are all rooted in the `response()` method - but I'll check that they work once this is fixed....

Hi @rando-brando, I think you're having issues with fable determining which variable is the one you want to predict. If you provide a transformation that varies over time (say days...

Interesting that you would encounter an error like that, it indicates that there is some issue computing the mean of the back-transformed forecast distribution. This is more of an implementation...

I'll try out your code and see if any changes are needed in the software to make this work.

Thanks for reporting this issue - it should work but perhaps there is a problem that needs fixing here. I'll investigate further when I have the time.

This is odd, and without your data it is tricky to determine why this is happening. The issue looks to be that the column name being created is containing a...