addDoubletScores default LSIMethod #1760
Unanswered
ammaralsheik
asked this question in
Questions / Documentation
Replies: 1 comment 6 replies
-
I'm not sure I have the satisfying answer you are looking for. Your observation is not true across every dataset and I'm not sure why we originally selected the default to be One thing that I did notice in running the two different methods on the tutorial data is that As to why you observe what you posted above, I'm not sure. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure why the default LSIMethod for addDoubletScores is 1 or "tf-logidf" while the remainder of the pipeline uses 2 or "log(tf-idf)". As far as I understand log(tf-idf) is superior and is described as such in the tutorial.
Additionally, I find very weird issues when I attempt to use it on most samples. Here is an example below of the same sample:

Beta Was this translation helpful? Give feedback.
All reactions