← Back to home
Comparison · Analytics

brulee vs datasetjson

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

brulee vs datasetjson: at a glance

Featurebruleedatasetjson
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesdeep-learning, tabular-models, torch, tidymodelsclinical-data, cdisc, json, r-package
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 datasetjson?

datasetjson rebuilt its object model to track the CDISC Dataset-JSON 1.1 schema.

datasetjson reads and writes CDISC Dataset-JSON, the JSON replacement for SAS transport files in clinical-trial submissions. The package went from a thin reader in 2023 to a redesigned interface in 0.3.0 that targets the 1.1.0 schema, uses yyjsonr as its JSON backend, and exposes column metadata as first-class arguments. Development is contributor-driven inside the Atorus and pharmaverse orbit.

Read the full datasetjson trajectory →

brulee vs datasetjson: 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.

D
datasetjson
ANALYTICS
0.0

datasetjson rebuilt its object model to track the CDISC Dataset-JSON 1.1 schema.

◆ Current state

datasetjson reads and writes CDISC Dataset-JSON, the JSON replacement for SAS transport files in clinical-trial submissions. The package went from a thin reader in 2023 to a redesigned interface in 0.3.0 that targets the 1.1.0 schema, uses yyjsonr as its JSON backend, and exposes column metadata as first-class arguments. Development is contributor-driven inside the Atorus and pharmaverse orbit.

◆ Where it's heading

The package's roadmap is not its own — it tracks a CDISC standard that is still moving, and 0.3.0 is what happens when the standard revises: object model, read and write paths, and JSON backend all changed together. Performance was addressed in the same pass, which matters because submission datasets are large enough that a slow serialiser is a real constraint.

◆ Prediction

The next significant release will most likely follow the next Dataset-JSON schema revision rather than an internal roadmap, given that 0.3.0 was driven entirely by the 1.1.0 update.

Alternatives to brulee and datasetjson

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 datasetjson.

See all brulee alternatives → · See all datasetjson alternatives →

Recent activity from brulee and datasetjson

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 agodatasetjsonDataset-JSON 1.1.0 support with a redesigned object model
  7. 1y agobruleebrulee_mlp_two_layer() convenience wrapper for parsnip
  8. 2y agodatasetjsonReads and validates Dataset-JSON from URLs
  9. 2y agodatasetjsonInitial CRAN release

Frequently asked questions

What is the difference between brulee and datasetjson?

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

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

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