tsfeatures icon indicating copy to clipboard operation
tsfeatures copied to clipboard

[Core] Make the library compatible with AnyDataframe (spark, ray, dask)

Open AzulGarza opened this issue 2 years ago • 2 comments

Description

Currently, tsfeatures utilizes a map-reduce approach and multiprocessing to compute several features for different time series. However, the implementation is currently only supported for pandas. By incorporating fugue, we can ensure tsfeatures compatibility with spark, ray, and dask.

For reference on how the implementation should look, please see https://github.com/Nixtla/statsforecast/blob/main/statsforecast/core.py#L1784.

Use case

No response

AzulGarza avatar Jun 08 '23 22:06 AzulGarza

What's the status on this one?

webert6 avatar Feb 19 '24 20:02 webert6

Hi @webert6, this is currently in the backlog. Are you interested in working on this?

mergenthaler avatar Feb 19 '24 21:02 mergenthaler