Nick

Results 24 comments of Nick

You know what, let's recycle the colors and alphas by default. So entering 1 color or 1 alpha will work as expected with multiple forecast intervals.

Thanks for dropping by. I wasn't aware of `fable.prophet`...actually only really looked at `fabletools` for the first time a week or so ago so your timing is good. `fable.prophet` looks...

Thanks for the update. I noticed that I was failing dplyr's reverse dependency check and made various `across()` updates in my dev branch. I was waiting until the last minute...

Good timing. I was actually messing around with the `quantregForest` package right now. We'll see. I'm trying to shift things into an even more generic direction ala the new `reconcile_forecasts()`...

`calculate_intervals()` added. Not tested on grouped data with multiple time series yet.

The desired behavior is now up and running. Works with multiple models and groups now. Check out the end of the updated python notebook for a worked example. I'm still...

Thanks for the heads up. I could probably write some pseudo-code here, but `lightgbm` can be added by the end user just like any other model from any other package....

Sorry about the delayed response. Unfortunately, I'm not able to support this package right now. I'm out of the open source game for the time being.

I think I know what's going on here. I'll give it a go soon.

Alright. Disclaimer: I've been putting my open source dev time into other projects lately. This package is still experimental, but I plan on revisiting it in a very dedicated way...