quanteda.textmodels
R package quanteda.textmodels by quanteda — release notes from GitHub.
Split out of quanteda, then quiet - one new classifier since 2020.
◆Recent moves
- 1y ago
Namespace fixed after quanteda dropped RcppArmadillo
The clearest illustration of the dependency relationship: the parent package removed a compiled dependency and this one had to be republished to keep loading.
View source ↗ - 3y ago
CRAN issues and documentation fixed
A one-line release note covering CRAN checks and documentation, with no modelling change - two years after the previous substantive work.
View source ↗ - 3y ago
Compatibility with Matrix 1.4.2
A sparse-matrix dependency bump absorbed with no user-facing change, part of the run of upstream-driven releases that fills the package's recent history.
View source ↗ - 5y ago
Duplicate example dfm removed
Housekeeping from the split: a dataset that already lived in quanteda was dropped from this package rather than shipped twice.
View source ↗ - 5y ago
SVM default switched to the L2-regularized dual solver
Changes what textmodel_svm() fits by default and adds a type argument to override it. A real behavioural change for anyone who ran the function without arguments, and the last modelling decision in this feed.
View source ↗ - 5y ago
Logistic regression classifier added; svmlin rewritten in C++
⚡ SPARKThe high-water mark of the package's own development. Every release after it either tunes what shipped here or repairs it against a moving dependency.
View source ↗