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

Add an sklearn wrapper for the Doc2Vec model #1481

Closed
wants to merge 1 commit into from

Conversation

oxymor0n
Copy link

  • TaggedDocumentTransformer transform tokenized documents to TaggedDocuments
  • SklD2VModel transforms TaggedDocuments to doc2vec vectors

 * TaggedDocumentTransformer transform tokenized documents to TaggedDocuments
 * SklD2VModel transforms TaggedDocuments to doc2vec vectors
@oxymor0n
Copy link
Author

oh oops sorry wasn't aware of #1462

@oxymor0n
Copy link
Author

In any case, this is a homebrewed wrapper that we used at @pagerinc and thought you guys were missing. It's not very different than your version in #1462, but I think it still has some value since the code is more concise and the tests are (somewhat) different

@menshikh-iv
Copy link
Contributor

@oxymor0n thank you for your work, we looked carefully at your code and changed several things in #1462.
Now Doc2Vec wrapper merged from #1462, for this reason I close this PR.

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

Successfully merging this pull request may close these issues.

2 participants