Crandore Hub

quickSentiment

A Fast and Flexible Pipeline for Text Classification

A high-level pipeline that simplifies text classification into three streamlined steps: preprocessing, model training, and standardized prediction. It unifies the interface for multiple algorithms (including 'glmnet', 'ranger', 'xgboost', and 'naivebayes') and memory-efficient sparse matrix vectorization methods (Bag-of-Words, Term Frequency, TF-IDF, and Binary). Users can go from raw text to a fully evaluated sentiment model, complete with ROC-optimized thresholds, in just a few function calls. The resulting model artifact automatically aligns the vocabulary of new datasets during the prediction phase, safely appending predicted classes and probability matrices directly to the user's original dataframe to preserve metadata.

Versions across snapshots

VersionRepositoryFileSize
0.3.4 rolling linux/jammy R-4.5 quickSentiment_0.3.4.tar.gz 145.1 KiB
0.3.4 rolling linux/noble R-4.5 quickSentiment_0.3.4.tar.gz 145.0 KiB
0.3.4 rolling source/ R- quickSentiment_0.3.4.tar.gz 85.9 KiB
0.3.4 latest linux/jammy R-4.5 quickSentiment_0.3.4.tar.gz 145.1 KiB
0.3.4 latest linux/noble R-4.5 quickSentiment_0.3.4.tar.gz 145.0 KiB
0.3.4 latest source/ R- quickSentiment_0.3.4.tar.gz 85.9 KiB
0.3.4 2026-04-26 source/ R- quickSentiment_0.3.4.tar.gz 85.9 KiB
0.3.4 2026-04-23 source/ R- quickSentiment_0.3.4.tar.gz 85.9 KiB
0.3.3 2026-04-09 windows/windows R-4.5 quickSentiment_0.3.3.zip 138.9 KiB

Dependencies (latest)

Imports

Suggests