Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

implement TermVectorModel with Cosine distance; #2

Open
timgluz opened this issue Aug 8, 2017 · 2 comments
Open

implement TermVectorModel with Cosine distance; #2

timgluz opened this issue Aug 8, 2017 · 2 comments
Assignees

Comments

@timgluz
Copy link
Collaborator

timgluz commented Aug 8, 2017

TermVectorModel is simple hashMap<docID, [tf/idf or count, ...]> to replicate similar logic as the current TFRubyModel to get better tolerance for smaller changes and get more accurate benchmark results;

@timgluz timgluz self-assigned this Aug 8, 2017
@timgluz timgluz added this to the v0.0.1 milestone Aug 8, 2017
@timgluz timgluz changed the title implement VectorSpace to hold document terms; implement TermVectorModel to hold document terms; Aug 9, 2017
@timgluz
Copy link
Collaborator Author

timgluz commented Aug 22, 2017

Going to push back this task until crossvalidation is implemented and first Ruby gem is working;

@timgluz timgluz modified the milestones: v0.0.2 - RoR integration, v0.0.3 - tune matching algoritm and link matcher Sep 19, 2017
@timgluz timgluz changed the title implement TermVectorModel to hold document terms; implement TermVectorModel with Cosine distance; Sep 26, 2017
@timgluz timgluz removed this from the v0.0.3 - additional algos milestone Sep 26, 2017
@timgluz
Copy link
Collaborator Author

timgluz commented Sep 26, 2017

Will included next release;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant