You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: