-
Notifications
You must be signed in to change notification settings - Fork 81
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
Task denoising method dca #431
Task denoising method dca #431
Conversation
Add alra.py (includes existing bug).
…ante-immunai/openproblems into scottgigante/bugfix/alra_import
…ante-immunai/openproblems into scottgigante/bugfix/alra_import
…lra_import Scottgigante/bugfix/alra import
add to_csr() to fix coo matrix error
try adding custom exception to catch shape mismatch from ALRA
Actually, since
or even getting clever (but this requires not copying
|
Just getting back to this... I think it's actually okay if methods can't deal with 0 genes... this seems like a filtering issue and not a denoising issue practically. I would probably go with just filtering them out after train-test split rather than doing fancy things and not trying to denoise them. In the latter case you would get a good result for genes you didn't take into account at all. Also, I think we do the same 0 filtering in other tasks like label projection as well. |
@wes-lewis once you resolve the open comments, this should be ready to merge. Congrats! |
Codecov Report
@@ Coverage Diff @@
## main #431 +/- ##
==========================================
+ Coverage 93.59% 93.63% +0.03%
==========================================
Files 101 103 +2
Lines 2530 2591 +61
Branches 127 130 +3
==========================================
+ Hits 2368 2426 +58
- Misses 115 116 +1
- Partials 47 49 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This is super exciting! Thank you so much Scott |
Thank you for all your work on this! |
* explicitly convert non-string objects in .obs slots to categoricals * Add info about fix in comments
* explicitly convert non-string objects in .obs slots to categoricals * Add info about fix in comments Former-commit-id: 624c442
Submission type
Testing
Submission guidelines
PR review checklist
This PR will be evaluated on the basis of the following checks:
__init__.py
and were tested in the pipeline