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

Rescale the support vectors in textmodel_svmlin() into probabilities for multiple classes #24

Open
stefan-mueller opened this issue May 5, 2020 · 0 comments
Milestone

Comments

@stefan-mueller
Copy link
Contributor

As discussed in #23, textmodel_svm() fails with a large number of training documents. However, it works when using the more powerful textmodel_svmlin() instead. Yet, currently, textmodel_svmlin() does not rescale the support vectors into probabilities for multiple classes. Adding this feature to textmodel_svmlin() would solve problems similar to #23.

@kbenoit kbenoit added this to the v0.93 milestone Feb 26, 2021
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