Matthew Middlehurst
Matthew Middlehurst
Its all experimental. Better to just get it in when clear issues are resolved then iterate.
It is also possible I am misunderstanding the goal a bit. If you want to do something that fits a collection and predicts on a series, we probably need a...
Currently has a lower bound from #3107 for CI, but still needs to be resolved. Should not be that difficult.
I think `plot_series` only work with a singular time series, though that may be wrong. May need a separate functions for multi-dimensional series/collections.
I would be better to have a separate function for collections, there is one already. The plot functions uses the index from `pd.Series`, which is why thats the input type.
Would be nice to have a test if this is still not covered.
There was an error in the docs that we have now fixed, but have to wait for a release for it to appear on the stable branch. Have to start...
I think you need write access to manually assign yourself
Two old PRs for this: #2726 #2772
Before closing this it would be good to consider if the test can be part of the `testing/` module rather than its own file.