wellcometrust / grants_tagger

Tag grants with MeSH and other tags
MIT License
14 stars 4 forks source link

Save sparse weights in MeshTfidfSVM #177

Closed nsorros closed 2 years ago

nsorros commented 2 years ago

Description

This helps us reduce size in the same that XLinear does and that I described in the blog post. Eventually MeshTfidfSVM might become an in house alternative to XLinear.

Fixes #114

Checklist