-
Notifications
You must be signed in to change notification settings - Fork 69
Packaging #272
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
Conversation
* add per batch trajectory score * Update trajectory.py add missing comma * Update trajectory.py import pandas * don't recompute trajectories per batch * correct batch var handling * Update trajectory.py * Check batch key * add tests for trajectory score * update test values * update test values Co-authored-by: Strobl <daniel.strobl@mb084184.dyn.scidom.de> Co-authored-by: Michaela Mueller <mumichae@in.tum.de>
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.
Looks great! Just a few comments, which mostly will be due to my lack of understanding ;)
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.
Overall this looks very nice. Just two main points:
- Do we have a parallel PR in
scib-pipeline
to ensure all of the scripts are using the correct function names? Or are we running our own module in a deprecated manner by default? - @danielStrobl can we assign batch in the trajectory score as you did? Why should this not already be in the second object?
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.
Looks great! If you have tested the traj cons batch on scanorama and mnn, then this is good to go!
Add functionality to compute trajectory score per batch and take the mean and not compute the score overall.
scIB
toscib
! This will break old code, so all uses ofscIB
have to be renamed for this versionsetup.py
tosetup.cfg
requirements.txt
andrequirements_extra.txt
moved tosetup.cfg