-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat: SemiSupervised Training Mixin class #3164
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3164 +/- ##
==========================================
- Coverage 82.67% 82.53% -0.14%
==========================================
Files 185 185
Lines 16205 16241 +36
==========================================
+ Hits 13397 13405 +8
- Misses 2808 2836 +28
|
If True, run the integrated circuits interpretability per sample and returns a score | ||
matrix, in which for each sample we score each gene for its contribution to the | ||
sample prediction | ||
shap_values |
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.
have you tried it? does it take forever?
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.
I guess I need to also check for large dataset.
IG works fast , shap is dependent on the number of classes
# Conflicts: # src/scvi/model/_scanvi.py
use what @ethanweinberger already made as a basis to semisupervisedtrainingmixin
We would like to add more functionality to it (e.g: interoperability)