← Back to home
Comparison · Infra & APIs

DMRnet vs robscale

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

DMRnet vs robscale: at a glance

FeatureDMRnetrobscale
SectorInfra & APIsInfra & APIs
Velocity score0.00.0
Sparks · 30d00
Top themesvariable-selection, high-dimensional, categorical-data, r-packagerobust-statistics, simd, performance, cran
Last editorial update1h ago1d ago
WebsiteVisit →Visit →

What is DMRnet?

A categorical-variable selection package that publishes its full test logs as release candidates.

DMRnet implements delete-or-merge-regressors model selection for high-dimensional categorical data, alongside SOSnet and GLAMER variants from the same research group. Development is slow and academic — 0.4.0 in 2023, then two years to 0.4.1 in August 2025, which corrects an invalid lambda.1se computation and the cross-validation plots that displayed it. Every real release is preceded days earlier by a release-candidate entry containing the raw output of the correctness and consistency test suite.

Read the full DMRnet trajectory →

What is robscale?

A robust-statistics package rewrote its estimators in SIMD C++ and went to CRAN in two weeks.

robscale computes robust scale and location estimators, and its pitch is speed: 21 to 26 times faster than stats::mad, 37 times faster than stats::IQR on small samples, with comparable margins over robustbase for Qn and Sn. The March 2026 releases took it from a GitHub project to a CRAN package carrying eleven estimators, all with confidence intervals.

Read the full robscale trajectory →

DMRnet vs robscale: editorial side-by-side

D
DMRnet
INFRA · APIS
0.0

A categorical-variable selection package that publishes its full test logs as release candidates.

◆ Current state

DMRnet implements delete-or-merge-regressors model selection for high-dimensional categorical data, alongside SOSnet and GLAMER variants from the same research group. Development is slow and academic — 0.4.0 in 2023, then two years to 0.4.1 in August 2025, which corrects an invalid lambda.1se computation and the cross-validation plots that displayed it. Every real release is preceded days earlier by a release-candidate entry containing the raw output of the correctness and consistency test suite.

◆ Where it's heading

The package is converging on correctness rather than expanding. 0.3.3 was a wall of fixes to inference, log-likelihood, and degenerate cross-validation cases; 0.4.0 added the var_sel algorithm and brought GLAMER into the package's own net idiom over its tau parameter; 0.4.1 is again a statistical correctness fix. The published test-log releases are the tell — this maintainer treats reproducible evidence that hard cases still pass as part of the release artifact, which is unusual outside academic statistical software.

◆ Prediction

Given the two-year gap before 0.4.1 and its narrow scope, the next release is most likely another correctness fix arriving on a multi-year cadence, again preceded by a full test-log release candidate.

R
robscale
INFRA · APIS
0.0

A robust-statistics package rewrote its estimators in SIMD C++ and went to CRAN in two weeks.

◆ Current state

robscale computes robust scale and location estimators, and its pitch is speed: 21 to 26 times faster than stats::mad, 37 times faster than stats::IQR on small samples, with comparable margins over robustbase for Qn and Sn. The March 2026 releases took it from a GitHub project to a CRAN package carrying eleven estimators, all with confidence intervals.

◆ Where it's heading

Three releases in a fortnight walk a clear line: expand the public API, submit to CRAN, then tune. The 0.5.4 work is where that tuning shows, and it is unusually specific about hardware, raising sorting-network thresholds after benchmarking and dropping the AVX-512 path entirely in favour of a shorter AVX2-first dispatch chain. The build-fix lists are long, which is what a package fighting compiler and TBB variation across CRAN's platforms looks like.

◆ Prediction

The dispatch hierarchy has been simplified once already; further releases most likely continue narrowing the SIMD surface and hardening the configure step rather than adding estimators. A new estimator would be the surprise.

Alternatives to DMRnet and robscale

Other Infra & APIs 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 DMRnet or robscale.

See all DMRnet alternatives → · See all robscale alternatives →

Recent activity from DMRnet and robscale

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

  1. 4mo agorobscaleSIMD median networks land; AVX-512 dispatch is dropped
  2. 4mo agorobscaleCRAN submission ships 11 robust estimators with bootstrap intervals
  3. 5mo agorobscalescale_robust() dispatcher and four new estimators join the public API
  4. 1y agoDMRnetInvalid lambda.1se computation corrected in cross-validation
  5. 1y agoDMRnetTest-suite log published ahead of the 0.4.1 release
  6. 3y agoDMRnetvar_sel added; GLAMER reworked as a net over tau
  7. 3y agoDMRnetTest-suite log published ahead of the 0.4.0 release
  8. 3y agoDMRnetInference, log-likelihood, and degenerate-CV fixes across all model families
  9. 3y agoDMRnetTest-suite log published ahead of the 0.3.3 release

Frequently asked questions

What is the difference between DMRnet and robscale?

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

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. DMRnet and robscale 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 Infra & APIs products to evaluate alongside.

What are the best alternatives to DMRnet?

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

What are the best alternatives to robscale?

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