Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New computation of author's topic #41

Open
daniel-acuna opened this issue Jul 28, 2015 · 2 comments
Open

New computation of author's topic #41

daniel-acuna opened this issue Jul 28, 2015 · 2 comments

Comments

@daniel-acuna
Copy link
Owner

Transform each of the abstracts of the authors through the Tf-Idf -> truncated SVD and then average. Now, it puts all abstracts together in a big text and does the transformation.

@titipata
Copy link
Collaborator

Sure, I will add the function to train tfidf and Truncated SVD.

@daniel-acuna
Copy link
Owner Author

Awesome. In this case, we need to keep the pipeline around for when we compute an author's "mean topic vector". Before, we were creating an imaginary abstract with all abstracts concatenated. Now, we won't need which can potentially be faster.

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

No branches or pull requests

2 participants