← Back to home
Comparison · ai-assistants

recipes vs rsample

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

Shared themes:tidymodelsdeprecationsr-language

recipes vs rsample: at a glance

Featurerecipesrsample
Sectorai-assistantsai-assistants
Velocity score0.00.0
Sparks · 30d00
Top themestidymodels, preprocessing, sparse-data, deprecationstidymodels, resampling, cross-validation, deprecations
Last editorial update2h ago2h ago
WebsiteVisit →Visit →

What is recipes?

tidymodels' preprocessing engine learned sparsity, then settled into deprecations.

recipes is at 1.3.3, whose entire changelog is one suggested-package declaration. The substantive release in the window is 1.2.0, which taught recipe, prep and bake to work with sparse tibbles and sparse matrices, added a sparse argument to eight dummy and indicator steps, and made seventeen more steps preserve sparsity they receive. Since then the work has been deprecations and bug fixes.

Read the full recipes trajectory →

What is rsample?

tidymodels' resampling package is retiring its old splitters for sliding windows.

rsample is at 1.3.2, a small release covering spatialsample interoperability and a soft deprecation of the lag argument on initial_time_split(). The more consequential work sits behind it: 1.3.1 added internal_calibration_split() and a calibration() accessor so tune can fit a preprocessor and a post-processor on separate parts of the analysis set, and 1.3.0 superseded rolling_origin() with the sliding_* family.

Read the full rsample trajectory →

recipes vs rsample: editorial side-by-side

R
recipes
AI-ASSISTANTS
0.0

tidymodels' preprocessing engine learned sparsity, then settled into deprecations.

◆ Current state

recipes is at 1.3.3, whose entire changelog is one suggested-package declaration. The substantive release in the window is 1.2.0, which taught recipe, prep and bake to work with sparse tibbles and sparse matrices, added a sparse argument to eight dummy and indicator steps, and made seventeen more steps preserve sparsity they receive. Since then the work has been deprecations and bug fixes.

◆ Where it's heading

The direction is consolidation of a large step catalogue rather than growth. step_select and step_nnmf have entered deprecation, arguments across nine steps moved from strings and vars() calls to bare names, and all steps now require the same four arguments. The sparse work stands as the last structural change; what follows tidies the surface around it.

◆ Prediction

With step_select mid-deprecation and step_nnmf newly deprecated in favour of step_nnmf_sparse, the next release most likely advances those deprecations rather than adding steps.

R
rsample
AI-ASSISTANTS
0.0

tidymodels' resampling package is retiring its old splitters for sliding windows.

◆ Current state

rsample is at 1.3.2, a small release covering spatialsample interoperability and a soft deprecation of the lag argument on initial_time_split(). The more consequential work sits behind it: 1.3.1 added internal_calibration_split() and a calibration() accessor so tune can fit a preprocessor and a post-processor on separate parts of the analysis set, and 1.3.0 superseded rolling_origin() with the sliding_* family.

◆ Where it's heading

Two threads run through the window. Time-based resampling is migrating from rolling_origin() to sliding_window(), sliding_index() and sliding_period(), while validation_split() and its relatives have moved from soft deprecation to warning in favour of the three-way initial_validation_split(). Alongside that, rsample is growing infrastructure other tidymodels packages consume rather than user-facing splitters.

◆ Prediction

Given that validation_split() and friends now warn and initial_time_split()'s lag argument is soft-deprecated, the next release most likely escalates those deprecations rather than adding a resampling scheme.

Alternatives to recipes and rsample

Other ai-assistants 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 recipes or rsample.

See all recipes alternatives → · See all rsample alternatives →

Recent activity from recipes and rsample

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

  1. 2mo agorecipesDeclares mixOmics as a suggested package
  2. 4mo agorecipesstep_nnmf() deprecated in favour of step_nnmf_sparse()
  3. 6mo agorsamplespatialsample interop and lag argument soft-deprecated
  4. 1y agorsampleinternal_calibration_split() for post-processor fitting
  5. 1y agorecipesFixes tune_args() with tuned parsnip arguments
  6. 1y agorecipesBare-name arguments across nine steps; step_select() deprecated
  7. 1y agorsamplerolling_origin() superseded by the sliding_* family
  8. 1y agorecipesFixes sparsity steps applied to derived variables
  9. 1y agorecipesSparse tibbles and sparse matrices supported end to end
  10. 2y agorsampleFixes nested_cv() with long calls
  11. 2y agorsampleThree-way train, validation and test splits
  12. 3y agorsampleStratified grouped resampling and clustering_cv()

Frequently asked questions

What is the difference between recipes and rsample?

Both compete on the same themes — tidymodels, deprecations, r-language — within ai-assistants. recipes and rsample 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 recipes better than rsample?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. recipes and rsample 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 ai-assistants products to evaluate alongside.

What are the best alternatives to recipes?

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

What are the best alternatives to rsample?

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