Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving window impact for features calculation. #4

Open
apalaqa opened this issue Jan 15, 2021 · 0 comments
Open

Moving window impact for features calculation. #4

apalaqa opened this issue Jan 15, 2021 · 0 comments

Comments

@apalaqa
Copy link

apalaqa commented Jan 15, 2021

Hello, I try to reproduce your work but I faced an issue in features calculation.
StdRushOrders and AvgRushOrders: Moving standard
deviation and average of volume of rush orders in each
chunk of the moving window.
Please correct me if I'm wrong.
To calculate these features should I use only .std() and .mean() on the chunk of data? I can't understand the impact of moving window here. Where do we use this window?
StdTrades: Moving stardard deviation of the number of
trades, both buy and sell.
To calculate this feature should I use .std() on the chunk or on the whole window?

Many thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant