aeon icon indicating copy to clipboard operation
aeon copied to clipboard

[ENH] Adds a SeriesToCollection broadcaster

Open TonyBagnall opened this issue 8 months ago • 2 comments

superseeds #1244 which has got a bit entangled with other things.

Adds a BaseCollectionTransformer that takes a BaseSeriesTransformer and broadcasts it across all instances in the collection, also returning a collection. Simple first implementation for clarity.

If the series trans fit method is empty, this uses the same transformer on all instances. This complicates threading, so will defer that to a later date (it threading will always need a separate transformer for each instance to avoid interference).

TonyBagnall avatar Jun 09 '24 16:06 TonyBagnall