Releases: quanteda/quanteda.textmodels
Releases · quanteda/quanteda.textmodels
CRAN v0.9.9
Minor release that:
- Fixes namespace issues caused by removing RcppArmadillo from quanteda 4.1.0.
- Fixes extraneous output from the spelling check.
CRAN v0.96
CRAN v0.9.5
- Fixes for compatibility with Matrix 1.4.2.
CRAN v0.9.4
- removed
data_dfm_lbgexampleas this is already in quanteda.
CRAN v0.93
- Fixed
textmodel_svm()to default to the "L2-regularized L2-loss support vector classification (dual)" model, and added thetypeargument to allow this to be overridden. (#45) - Loosened a test tolerance that was causing a text to fail on the macM1 platform.
CRAN v0.9.2
- Added a logistic regression classifier,
textmodel_lr(). - Simplified
textmodel_svmlin()to implement only the L2-SVM-MFN from Sindhwani and Keerthi (2006), and now uses the C++ code natively. - Fixed some errors occurring on some R releases on CRAN checks
CRAN v0.90
First implementation of the package, after splitting these functions from the quanteda package.