hmc-whisk / jsLDA

A React based version of jsLDA with brand new features added on
Other
0 stars 0 forks source link

Add a saliency slider to document tab #106

Open theobayard opened 4 years ago

theobayard commented 4 years ago

LDAvis has this and it's pretty nifty. Lets you adjust the weights of each half of the saliency metric. Along this line, could sort documents based on slider specified saliency instead of topic score.

theobayard commented 4 years ago

No Saliency slider on LDAvis :(

Tats777 commented 4 years ago

Average saliency sorting works, but is very slow... Thinking of ways to modify to make faster.

Tats777 commented 3 years ago

The pull request enables saliency sorting, which is different from the original plan, but was decided to be the function to implement instead.