Skip to content

TaddyLab/textir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textir v2.0

This is the textir package for R, implementing the MNIR routines of "multinomial inverse regression for text analysis". It also provides a minimalist partial least squares algorithm.

The cran page is at https://CRAN.R-project.org/package=textir.

Versions 2+ make use of the distrom package, for DMR as in "distributed multinomial regression". These algorithms differ from those in the original MNIR in significant ways: penalties are chosen from full regularization paths (instead of being fixed), via the gamma lasso algorithm as implemented in gamlr (instead of exact log penalties), in parallel for independent Poisson log regressions (instead of jointly for a full multinomial likelihood). It also uses replaces the slam library for sparse simple triplet matrices with the more common Matrix library.

I have kept the mnlm function in textir for backwards compatability, but for simplicity recommend that you use distrom's dmr instead. The argument list is exactly the same (mnlm just calls dmr).

The last pre-2.0 version of textir, matching the implementation in the original MNIR paper, is textir_1.8-8. This is available in archives on the cran page.

About

Inverse regression analysis of text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages