Mitchell O'Hara-Wild

Results 118 issues of Mitchell O'Hara-Wild

Parallel support would be nice. Also need to profile the function to check for any overheads in `features_impl()`

`aggregate_key()` should store some information about how it was aggregated. @anastasiospanagiotelis

Method not found is not a helpful error when someone tries to `components()` a fable. What about if someone uses `interpolate()` on an ETS? Better errors for `mdl_ts` and `fbl_ts`...

good first issue

What is the most appropriate plot to show for any model? Galit Shmueli has suggested that the plot should show augment() features, including the fitted values against actual values, along...

enhancement

MRE: ``` r library(fable) #> Loading required package: fabletools library(future) plan(multiprocess) #> Warning: [ONE-TIME WARNING] Forked processing ('multicore') is disabled #> in future (>= 1.13.0) when running R from RStudio,...

bug

## Résumés for R Markdown :construction_worker_man: :construction_worker_woman: I've had my résumé as a R Markdown template for a few months now, and @robjhyndman has recently converted his CV too (https://github.com/robjhyndman/CV)....