-
Notifications
You must be signed in to change notification settings - Fork 0
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
BWRedits #9
base: main
Are you sure you want to change the base?
Conversation
…stment removed all rows
…d associated pytest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
98% of my comments here are really minor/picky things, basically just formatting. I had one actual question about whether we want to be doing a reduce_all
on y
vectors that's the same as what we do for x
. x has an extra dimension for features, but y doesn't.
For the minor things, one thing to point out is that there is a tool called ruff
that can be helpful for identifying and automatically fixing these things. See the information on installing and using ruff here: https://github.com/astral-sh/ruff?tab=readme-ov-file#getting-started
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove this file from this PR since there's not really anything here yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
Co-authored-by: Evan Ray <[email protected]>
This PR combines some edits on 2 fronts:
Reorganizing the repo and switching to uv based virtual enviornment/dependency management.
Adding in some data_processing functions with the goal of allowing for unbalanced blocks (due to missing data, multiple data sources having different data availability, etc.), and for chunking up the diffs calculation for the kernel density estimator.