Recent Releases of quanteda.textmodels
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.
- R
Published by kbenoit over 1 year ago
quanteda.textmodels - CRAN v0.96
Fixes some CRAN issues and improves the documentation.
- R
Published by kbenoit over 3 years ago
quanteda.textmodels - CRAN v0.9.5
- Fixes for compatibility with Matrix 1.4.2.
- R
Published by kbenoit almost 4 years ago
quanteda.textmodels - CRAN v0.9.4
- removed
data_dfm_lbgexampleas this is already in quanteda.
- R
Published by kbenoit over 5 years ago
quanteda.textmodels - 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.
- R
Published by kbenoit over 5 years ago
quanteda.textmodels - 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
- R
Published by kbenoit over 5 years ago
quanteda.textmodels - CRAN v0.90
First implementation of the package, after splitting these functions from the quanteda package.
- R
Published by kbenoit over 6 years ago