← Back to home
Comparison · Analytics

textrecipes vs vetiver

A side-by-side editorial comparison of textrecipes and vetiver — release velocity, themes, recent moves, and the top alternatives to consider.

Shared themes:tidymodels

textrecipes vs vetiver: at a glance

Featuretextrecipesvetiver
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themestext-processing, tidymodels, recipes, sparse-datamlops, model-deployment, tidymodels, plumber
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is 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.

Read the full textrecipes trajectory →

What is vetiver?

Posit's MLOps package went quiet for two years, then came back to keep up with recipes.

vetiver versions, deploys and monitors models: it pins a model, generates a plumber API around it, and writes the Dockerfile to run it. The visible release stream is bug fixes to plumber file generation, one prototype endpoint, and then a two-year gap between 0.2.5 in November 2023 and 0.2.6 in October 2025. The two releases since that gap are compatibility work — recipes' new input data prototype, support for probably, and all versions of xgboost.

Read the full vetiver trajectory →

textrecipes vs vetiver: editorial side-by-side

T
textrecipes
ANALYTICS
0.0

Text features finally stay sparse all the way to the model.

◆ Current state

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.

◆ Where it's heading

Two forces drive this package. One is memory: text produces wide, mostly-zero matrices, and the sparse work is the direct answer, landing in the same period that workflows learned to fit and predict on dgCMatrix input. The other is upstream churn — the tweets tokenizer was deprecated because tokenizers deprecated it, the politeness feature disappeared when textfeatures left Suggests. The package's own agenda is consistency; its release timing belongs to its dependencies.

◆ Prediction

Expect the sparse argument to spread to the remaining column-producing steps, since only four of them have it, and expect more steps to be reworked as recipes' own sparse-data support matures.

V
vetiver
ANALYTICS
0.0

Posit's MLOps package went quiet for two years, then came back to keep up with recipes.

◆ Current state

vetiver versions, deploys and monitors models: it pins a model, generates a plumber API around it, and writes the Dockerfile to run it. The visible release stream is bug fixes to plumber file generation, one prototype endpoint, and then a two-year gap between 0.2.5 in November 2023 and 0.2.6 in October 2025. The two releases since that gap are compatibility work — recipes' new input data prototype, support for probably, and all versions of xgboost.

◆ Where it's heading

The feature era ended before this window opened. Deploying to SageMaker, generating Docker files, storing renv lockfiles in model metadata and supporting keras, luz and recipes all landed in 0.2.1 and 0.2.2; nothing since has extended what vetiver does. What it does now is track the rest of tidymodels — when recipes gains a prototype API or probably becomes something a workflow can contain, vetiver adds a line. That is a package holding its position rather than advancing it.

◆ Prediction

The entries do not support a confident prediction of new capability. On this pattern the next release tracks another tidymodels change, most likely the postprocessing stage that workflows added in 1.3.0.

Alternatives to textrecipes and vetiver

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either textrecipes or vetiver.

See all textrecipes alternatives → · See all vetiver alternatives →

Recent activity from textrecipes and vetiver

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 8mo agovetiverSupport all versions of xgboost
  2. 9mo agovetiverFirst release in two years catches up with recipes and probably
  3. 1y agotextrecipesHashing and TF-IDF steps can emit sparse vectors
  4. 1y agotextrecipesstep_textfeatures() sped up; clean_levels NA bug fixed
  5. 2y agovetiverFix plumber file generation bug
  6. 2y agotextrecipestextfeatures dependency dropped; politeness feature removed
  7. 2y agotextrecipesuntokenize and normalization return factors
  8. 2y agovetiverFix plumber generation for board_url() pins
  9. 2y agotextrecipeskeep_original_cols everywhere; hashing column order fixed
  10. 3y agovetivervetiver 0.2.3
  11. 3y agovetiverModels expose their input prototype over HTTP
  12. 3y agotextrecipesTunable arguments documented; name collisions now error

Frequently asked questions

What is the difference between textrecipes and vetiver?

Both compete on the same themes — tidymodels — within Analytics. textrecipes and vetiver are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is textrecipes better than vetiver?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. textrecipes and vetiver are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to textrecipes?

Top textrecipes alternatives in Analytics are ranked by recent ship velocity. Browse the "textrecipes alternatives" section above for the current picks, or visit /alternatives/textrecipes for the full list with editorial commentary on each.

What are the best alternatives to vetiver?

Top vetiver alternatives in Analytics are ranked by recent ship velocity. Browse the "vetiver alternatives" section above for the current picks, or visit /alternatives/vetiver-r for the full list with editorial commentary on each.