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

add option to remove windows with poor data quality #1059

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove typo in comment in common.base_windows.ipynb
jasminerienecker authored Jul 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 942ecd053096cfc3f3795dda7ede07e1a556ea3f
2 changes: 1 addition & 1 deletion nbs/common.base_windows.ipynb
Original file line number Diff line number Diff line change
@@ -231,7 +231,7 @@
" windows = windows[final_condition]\n",
"\n",
" # Parse Static data to match windows\n",
" # [B, S_in] -> [B, Ws, S_in] -> self.data_availability_threshold * self.h) & (available_condition > self.data_availability_threshold * self.input_size[B*Ws, S_in]\n",
" # [B, S_in] -> [B, Ws, S_in] -> [B*Ws, S_in]\n",
" static = batch.get('static', None)\n",
" static_cols=batch.get('static_cols', None)\n",
" if static is not None:\n",