Ayush Shridhar
|
070dc7e260
|
Add a script to get the most similar bugs to an input bug and to train a similarity model (#863)
Fixes #860
|
2019-08-08 19:05:40 +02:00 |
Ayush Shridhar
|
9c900e606a
|
Add Word2Vec similarity class based on wmd-relax (#813)
|
2019-08-06 15:19:28 +02:00 |
Ayush Shridhar
|
c81accf493
|
Word2Vec with soft-cosine similarity (#810)
|
2019-07-30 15:59:50 +02:00 |
Ayush Shridhar
|
88b754261e
|
Add an option to use nltk's tokenizer instead of plain split() (#718)
|
2019-07-29 14:13:13 +02:00 |
cklyyung
|
4ace4ef2fb
|
Add option to disable URL cleanup in similarity models (#728)
Fixes #725
|
2019-07-24 13:25:26 +02:00 |
Ayush Shridhar
|
bc6467da41
|
Add word2vec similarity option to evaluation script (#678)
|
2019-07-08 12:58:49 +02:00 |
Ayush Shridhar
|
ad7fca9b65
|
Add neighbors_tfidf and neighbors_tfidf_bigrams to similarity evaluation script's choices (#665)
|
2019-07-02 17:01:17 +02:00 |
Ayush Shridhar
|
1793c48c0b
|
Support using bigrams for NearestNeighbors similarity (#654)
|
2019-07-01 18:33:49 +02:00 |
Ayush Shridhar
|
6788b2e33a
|
Make similarity script more generic and add nearest neighbors similarity with tf-idf encoding (#628)
|
2019-06-26 13:42:23 +02:00 |