streamz icon indicating copy to clipboard operation
streamz copied to clipboard

corr and ewm

Open fl4p-old opened this issue 6 years ago • 3 comments

Would be nice to have more Pandas rolling window functions in streamz.

I implemented rolling correlation and exponential weighted window. The EWM uses a cut-off threshold for finite window sizes.

Is there interest in a PR of either?

fl4p-old avatar Jan 21 '19 16:01 fl4p-old

In principle yes, PRs for that functionality sounds great.

As always there are other concerns about code complexity, cohesion with the current codebase and such, but assuming that things fit in well those features would be great to have.

On Mon, Jan 21, 2019 at 8:31 AM fl4p [email protected] wrote:

Would be nice to have more Pandas rolling window functions in streamz.

I implemented rolling correlation and exponential weighted window. The EWM uses a cut-off threshold for finite window sizes.

Is there interest in a PR of either?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mrocklin/streamz/issues/220, or mute the thread https://github.com/notifications/unsubscribe-auth/AASszEVCKZdevbIJCr7fZi6Gp4pGKT4-ks5vFetSgaJpZM4aLKTn .

mrocklin avatar Jan 21 '19 17:01 mrocklin

Late to the game here but corr would be exceptionally awesome for me in my case!

jdye64 avatar Dec 03 '19 22:12 jdye64

Would be nice to have more Pandas rolling window functions in streamz.

I implemented rolling correlation and exponential weighted window. The EWM uses a cut-off threshold for finite window sizes.

Is there interest in a PR of either?

Will you share the implementation?

pkuphenix avatar Dec 12 '19 01:12 pkuphenix