mlr3mbo picked its defaults from a benchmark study, not from taste
textrecipes alternatives
The best textrecipes alternatives in analytics tools, ranked by Sparkpulse's velocity_score.
Updated Aug 13, 2026
Looking for the best alternatives to textrecipes? Sparkpulse tracks and ranks 12 alternatives in analytics tools by shipping velocity — how frequently each ships meaningful updates, verified from official changelogs. For reference, textrecipes shipped 0 meaningful updates in the last 30 days and carries a velocity score of 0.0 out of 10 in 2026. The alternatives below are ranked the same way, so you're comparing real release momentum, not marketing claims.
About textrecipes
Text features finally stay sparse all the way to the model.
textrecipes supplies the recipes steps for turning text into model-ready columns: tokenizing, hashing, term frequency, TF-IDF, and word embeddings. Version 1.1.0 added a sparse argument to step_dummy_hash(), step_texthash(), step_tf() and step_tfidf() so they emit sparse vectors. The releases before it are a long consistency pass — keep_original_cols on every step that creates columns, informative errors on name collisions, tunable arguments documented, integer rather than double output where integers are what is meant.
Velocity 0.0 · Last update 47m ago
Top 12 alternatives to textrecipes
Ranked by recent ship velocity. Tap any card for the full editorial breakdown, or pivot to a head-to-head.
loo keeps rewriting the diagnostics Bayesian modellers read off model comparison
Finished, widely taught, and shipping roxygen fixes.
The package that made calibration a step instead of an afterthought.
workflowsets keeps widening what counts as a model worth comparing.
The tidymodels pipeline grew a third stage, and it happens after the model runs.
Posit's MLOps package went quiet for two years, then came back to keep up with recipes.
patchwork stopped being a ggplot composer and became a page composer.
mlr3fselect turned feature selection into an asynchronous, distributable job
lime survives on compatibility patches years after its research moment
mlr3measures is systematically retrofitting sample weights across every metric
mlr3cluster went from a handful of clusterers to covering the field
textrecipes vs alternatives — shipping velocity at a glance
Velocity score (0–10) and meaningful releases shipped in the last 30 days, from official changelogs. Higher = shipping faster.
| Product | Velocity | Sparks · 30d | Focus areas | Latest release |
|---|---|---|---|---|
| textrecipes (baseline) | 0.0 | 0 | text-processingtidymodelsrecipes | Hashing and TF-IDF steps can emit sparse vectors |
| mlr3mbo | 2.5 | 0 | bayesian-optimizationmlr3hyperparameter-tuning | mlr3mbo 1.0.0 ships benchmark-derived default settings |
| loo | 2.5 | 0 | bayesiancross-validationstan | loo_compare returns a data.frame with new uncertainty columns |
| tidytext | 0.0 | 0 | text-miningtidyversetopic-models | — |
| probably | 0.0 | 0 | calibrationconformal-inferencetidymodels | Calibration and conformal inference arrive in tidymodels |
| workflowsets | 0.0 | 0 | tidymodelsmodel-comparisonclustering | Clustering models enter workflow sets via tidyclust |
| workflows | 0.0 | 0 | tidymodelspipelinespostprocessing | Workflows gain a postprocessing stage via tailor |
| vetiver | 0.0 | 0 | mlopsmodel-deploymenttidymodels | — |
| patchwork | 0.0 | 0 | ggplot2compositiontables | gt tables become first-class patchwork objects |
| mlr3fselect | 0.0 | 0 | feature-selectionmlr3machine-learning | Asynchronous feature selection arrives with FSelectorAsync |
| lime | 0.0 | 0 | interpretabilitymachine-learningr-stats | — |
| mlr3measures | 0.0 | 0 | metricsmlr3machine-learning | — |
| mlr3cluster | 0.0 | 0 | clusteringmlr3machine-learning | Nine new clustering learners in one release |
The 12 best textrecipes alternatives, in depth
1. mlr3mbo · velocity 2.5
Mlr3mbo picked its defaults from a benchmark study, not from taste.
Its velocity score of 2.5/10 reflects longer-term release cadence; its most recent meaningful update was “mlr3mbo 1.0.0 ships benchmark-derived default settings”.
Where textrecipes leans on text processing, tidymodels and recipes, mlr3mbo focuses on bayesian optimization, mlr3 and hyperparameter tuning.
mlr3mbo and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full mlr3mbo trajectory → · Compare textrecipes vs mlr3mbo →
2. loo · velocity 2.5
Loo keeps rewriting the diagnostics Bayesian modellers read off model comparison.
Its velocity score of 2.5/10 reflects longer-term release cadence; its most recent meaningful update was “loo_compare returns a data.frame with new uncertainty columns”.
Where textrecipes leans on text processing, tidymodels and recipes, loo focuses on bayesian, cross validation and stan.
loo and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
3. tidytext · velocity 0.0
Finished, widely taught, and shipping roxygen fixes.
Its velocity score of 0.0/10 reflects longer-term release cadence.
Where textrecipes leans on text processing, tidymodels and recipes, tidytext focuses on text mining, tidyverse and topic models.
tidytext and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full tidytext trajectory → · Compare textrecipes vs tidytext →
4. probably · velocity 0.0
The package that made calibration a step instead of an afterthought.
Its velocity score of 0.0/10 reflects longer-term release cadence; its most recent meaningful update was “Calibration and conformal inference arrive in tidymodels”.
Where textrecipes leans on text processing, tidymodels and recipes, probably focuses on calibration, conformal inference and tidymodels.
probably and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full probably trajectory → · Compare textrecipes vs probably →
5. workflowsets · velocity 0.0
Workflowsets keeps widening what counts as a model worth comparing.
Its velocity score of 0.0/10 reflects longer-term release cadence; its most recent meaningful update was “Clustering models enter workflow sets via tidyclust”.
Where textrecipes leans on text processing, tidymodels and recipes, workflowsets focuses on tidymodels, model comparison and clustering.
workflowsets and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full workflowsets trajectory → · Compare textrecipes vs workflowsets →
6. workflows · velocity 0.0
The tidymodels pipeline grew a third stage, and it happens after the model runs.
Its velocity score of 0.0/10 reflects longer-term release cadence; its most recent meaningful update was “Workflows gain a postprocessing stage via tailor”.
Where textrecipes leans on text processing, tidymodels and recipes, workflows focuses on tidymodels, pipelines and postprocessing.
workflows and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full workflows trajectory → · Compare textrecipes vs workflows →
7. vetiver · velocity 0.0
Posit's MLOps package went quiet for two years, then came back to keep up with recipes.
Its velocity score of 0.0/10 reflects longer-term release cadence.
Where textrecipes leans on text processing, tidymodels and recipes, vetiver focuses on mlops, model deployment and tidymodels.
vetiver and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full vetiver trajectory → · Compare textrecipes vs vetiver →
8. patchwork · velocity 0.0
Patchwork stopped being a ggplot composer and became a page composer.
Its velocity score of 0.0/10 reflects longer-term release cadence; its most recent meaningful update was “gt tables become first-class patchwork objects”.
Where textrecipes leans on text processing, tidymodels and recipes, patchwork focuses on ggplot2, composition and tables.
patchwork and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full patchwork trajectory → · Compare textrecipes vs patchwork →
9. mlr3fselect · velocity 0.0
Mlr3fselect turned feature selection into an asynchronous, distributable job.
Its velocity score of 0.0/10 reflects longer-term release cadence; its most recent meaningful update was “Asynchronous feature selection arrives with FSelectorAsync”.
Where textrecipes leans on text processing, tidymodels and recipes, mlr3fselect focuses on feature selection, mlr3 and machine learning.
mlr3fselect and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full mlr3fselect trajectory → · Compare textrecipes vs mlr3fselect →
10. lime · velocity 0.0
Lime survives on compatibility patches years after its research moment.
Its velocity score of 0.0/10 reflects longer-term release cadence.
Where textrecipes leans on text processing, tidymodels and recipes, lime focuses on interpretability, machine learning and r stats.
lime and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
11. mlr3measures · velocity 0.0
Mlr3measures is systematically retrofitting sample weights across every metric.
Its velocity score of 0.0/10 reflects longer-term release cadence.
Where textrecipes leans on text processing, tidymodels and recipes, mlr3measures focuses on metrics, mlr3 and machine learning.
mlr3measures and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full mlr3measures trajectory → · Compare textrecipes vs mlr3measures →
12. mlr3cluster · velocity 0.0
Mlr3cluster went from a handful of clusterers to covering the field.
Its velocity score of 0.0/10 reflects longer-term release cadence; its most recent meaningful update was “Nine new clustering learners in one release”.
Where textrecipes leans on text processing, tidymodels and recipes, mlr3cluster focuses on clustering, mlr3 and machine learning.
mlr3cluster and textrecipes have shipped at a similar pace over the last 30 days, so the decision comes down to fit and feature depth.
Full mlr3cluster trajectory → · Compare textrecipes vs mlr3cluster →
Frequently asked questions
What are the best alternatives to textrecipes?
The top textrecipes alternatives we currently track in analytics tools are mlr3mbo, loo, tidytext, probably, workflowsets, ranked by recent ship velocity.
How is this list of textrecipes alternatives ranked?
Alternatives are ranked by Sparkpulse's velocity_score — release cadence + 30-day spark count + sector-relative ship rate.
Can I compare textrecipes directly with one of these alternatives?
Yes — every card has a "Compare with textrecipes" link to a side-by-side /compare page.