← Back to home
Comparison · Analytics

brulee vs riem

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

brulee vs riem: at a glance

Featurebruleeriem
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesdeep-learning, tabular-models, torch, tidymodelsweather-data, api-client, r-package, ropensci
Last editorial update4h ago1h ago
WebsiteVisit →Visit →

What is brulee?

tidymodels' torch backend grew from MLPs into a tabular deep learning suite with foundation models.

brulee fits neural networks for tidymodels on torch, and 1.0.0 redefined what that means: alongside the original MLP it now ships Regularization Learning Networks, ResNet with skip connections and batch normalization, AutoInt with columnwise attention, SAINT with row and column attention, and Chronos2, a foundational forecasting model. GPU acceleration arrived in the same release with automatic CUDA selection and opt-in MPS. Version 1.1.0 added TabICL, an open-source tabular foundation model, and 1.1.1 spent its time cleaning up the consequences of shipping models that need weight downloads.

Read the full brulee trajectory →

What is riem?

A weather-data client that keeps rewriting its HTTP layer while slowly tightening its API.

riem pulls observations from the Iowa Environmental Mesonet's weather-station network. Its release history is two threads: successive rewrites of the HTTP and test-mocking stack, and a gradual tightening of function arguments that culminated in 1.0.0 removing convenient-but-dangerous defaults. Contributions come partly from IEM's own maintainer.

Read the full riem trajectory →

brulee vs riem: editorial side-by-side

B
brulee
ANALYTICS
0.0

tidymodels' torch backend grew from MLPs into a tabular deep learning suite with foundation models.

◆ Current state

brulee fits neural networks for tidymodels on torch, and 1.0.0 redefined what that means: alongside the original MLP it now ships Regularization Learning Networks, ResNet with skip connections and batch normalization, AutoInt with columnwise attention, SAINT with row and column attention, and Chronos2, a foundational forecasting model. GPU acceleration arrived in the same release with automatic CUDA selection and opt-in MPS. Version 1.1.0 added TabICL, an open-source tabular foundation model, and 1.1.1 spent its time cleaning up the consequences of shipping models that need weight downloads.

◆ Where it's heading

The package has crossed from a torch convenience wrapper into a catalog of current tabular architectures, and the recent releases show it absorbing what that costs. Pretrained weights meant a 400MB download, so 1.1.1 stopped fetching them on attach and moved the cache to the platform-appropriate R_user_dir location. Numerical robustness is the other constant thread — 64-bit tensors, Gaussian initialization, gradient clipping extended architecture by architecture, and a ResNet batch-normalization bug where a single-row trailing batch produced all-NA predictions.

◆ Prediction

Gradient clipping has been rolled out one architecture at a time and TabICL is the newest arrival, so the likely next step is bringing the foundation models to parity with the trained ones on device selection, prediction types, and the tuning surface.

R
riem
ANALYTICS
0.0

A weather-data client that keeps rewriting its HTTP layer while slowly tightening its API.

◆ Current state

riem pulls observations from the Iowa Environmental Mesonet's weather-station network. Its release history is two threads: successive rewrites of the HTTP and test-mocking stack, and a gradual tightening of function arguments that culminated in 1.0.0 removing convenient-but-dangerous defaults. Contributions come partly from IEM's own maintainer.

◆ Where it's heading

The HTTP thread has moved through httr to httr2, and mocking from vcr to httptest2 — following the broader rOpenSci HTTP-stack reorganisation rather than any need of its own. The API thread runs the other way: 1.0.0 removed defaults for date_start and station and flipped latlon to FALSE, trading convenience for callers being explicit about what they request. New arguments in the same release widened what a query can ask for.

◆ Prediction

With the API stabilised at 1.0.0 and the HTTP stack settled on httr2, the next release is more likely to expose additional IEM query parameters than to change plumbing again.

Alternatives to brulee and riem

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 brulee or riem.

See all brulee alternatives → · See all riem alternatives →

Recent activity from brulee and riem

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

  1. 1mo agobruleeModel weights no longer download on package attach
  2. 1mo agobruleeTabICL foundation model added, gradient clipping extended
  3. 1mo agobruleeFive new architectures and GPU support arrive at 1.0.0
  4. 11mo agobrulee64-bit tensors and new optimizers to stop loss overflow
  5. 1y agobruleeNumerical overflow unit test removed
  6. 1y agobruleebrulee_mlp_two_layer() convenience wrapper for parsnip
  7. 1y agoriem1.0.0 removes defaults and adds query arguments
  8. 1y agoriemDrops the last vcr usage in favour of httptest2
  9. 2y agoriemTimezone and timestamp-parsing fixes
  10. 4y agoriemMoves to httr2 and httptest2
  11. 4y agoriemSwitches to newer IEM metadata web services
  12. 9y agoriemReduces dependencies to tibble alone

Frequently asked questions

What is the difference between brulee and riem?

They serve adjacent needs but don't currently overlap on shipped themes. brulee and riem 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 brulee better than riem?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. brulee and riem 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 brulee?

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

What are the best alternatives to riem?

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