MichaelAquilina / Reddit-Recommender-Bot

Indentifying Interesting Documents for Reddit using Recommender Techniques
7 stars 0 forks source link

Better performance with get_documents using TfidfValues table? #101

Closed MichaelAquilina closed 10 years ago

MichaelAquilina commented 10 years ago

This never got implemented but has the possibility of improving performance in terms of speed and accuracy for word_concepts. Seeing as the weakest part is still the cosine similarity weighting this has the potential of improving results if handled correctly. Might be a significant amount of work however.

MichaelAquilina commented 10 years ago

See tfidf-lookup-test branch