← Back to home
Comparison · Analytics

hubPredEvalsData vs nabla

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

hubPredEvalsData vs nabla: at a glance

FeaturehubPredEvalsDatanabla
SectorAnalyticsAnalytics
Velocity score0.00.0
Sparks · 30d00
Top themesforecast-evaluation, hubverse, configuration, dashboardsautomatic-differentiation, dual-numbers, pure-r, package-rename
Last editorial update1h ago25m ago
WebsiteVisit →Visit →

What is hubPredEvalsData?

The pipeline turning hub forecasts into dashboard-ready evaluation data.

hubPredEvalsData generates the scored evaluation data that hubverse prediction dashboards read, driven by a predevals-config.yml and scoring through hubEvals underneath. It is the youngest package in this part of the stack and the fastest-moving in configuration terms, having already passed a breaking 1.0.0 and a schema-versioned feature addition. Its output contract is a scores.csv file consumed downstream, which shapes what its releases care about.

Read the full hubPredEvalsData trajectory →

What is nabla?

nabla dropped its C++ engine to chase exact derivatives at any order.

nabla does forward-mode automatic differentiation in R using dual numbers, returning derivatives exact to machine precision rather than approximated by finite differences. It shipped as dualr in January 2026, then a day later released 0.5.0 under a changed identity: derivatives generalise from a hardcoded second order to arbitrary order through recursive nesting, and the Rcpp and C++ fast paths are deleted so the package is pure R. The current release, 0.7.1, is CRAN resubmission cleanup.

Read the full nabla trajectory →

hubPredEvalsData vs nabla: editorial side-by-side

H0.0

The pipeline turning hub forecasts into dashboard-ready evaluation data.

◆ Current state

hubPredEvalsData generates the scored evaluation data that hubverse prediction dashboards read, driven by a predevals-config.yml and scoring through hubEvals underneath. It is the youngest package in this part of the stack and the fastest-moving in configuration terms, having already passed a breaking 1.0.0 and a schema-versioned feature addition. Its output contract is a scores.csv file consumed downstream, which shapes what its releases care about.

◆ Where it's heading

Each release widens what the config file can express — round selection, then scale transformations with per-target overrides, then target labelling pulled from the hub's own task metadata. The pattern is consistent: capability that already exists in hubEvals gets a declarative surface here so hub maintainers configure it rather than write code. Recent attention to byte-stable output ordering shows the file is being treated as a reproducible artifact, not just a report.

◆ Prediction

Expect the config schema to keep absorbing hubEvals capabilities as declarative options, with continued attention to making scores.csv reproducible and diffable between runs.

N
nabla
ANALYTICS
0.0

nabla dropped its C++ engine to chase exact derivatives at any order.

◆ Current state

nabla does forward-mode automatic differentiation in R using dual numbers, returning derivatives exact to machine precision rather than approximated by finite differences. It shipped as dualr in January 2026, then a day later released 0.5.0 under a changed identity: derivatives generalise from a hardcoded second order to arbitrary order through recursive nesting, and the Rcpp and C++ fast paths are deleted so the package is pure R. The current release, 0.7.1, is CRAN resubmission cleanup.

◆ Where it's heading

The 0.5.0 release note states the positioning explicitly: exact machine-precision derivatives at any order, not speed. Removing compiled code to make that claim coherent is an unusual direction, most numerical R packages move the other way, and it commits the package to a niche where correctness beats throughput. The old second-order API survives as deprecated thin wrappers, so the pivot was made without stranding early users. The rapid rename and version jump suggest identity was settled late.

◆ Prediction

Expect CRAN acceptance to be followed by work on the optimiser and MLE integration paths, where arbitrary-order derivatives have the clearest use.

Alternatives to hubPredEvalsData and nabla

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 hubPredEvalsData or nabla.

See all hubPredEvalsData alternatives → · See all nabla alternatives →

Recent activity from hubPredEvalsData and nabla

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

  1. 1mo agohubPredEvalsDataTarget names pulled from hub metadata; scores.csv made byte-stable
  2. 2mo agohubPredEvalsDataVersioned target data with an as_of column no longer fails scoring
  3. 2mo agohubPredEvalsDataScale transformations become configurable per target
  4. 4mo agohubPredEvalsDataMulti-round hub support via a required rounds_idx property (breaking)
  5. 5mo agonablaCRAN resubmission cleanup after reviewer feedback
  6. 6mo agonablaArbitrary-order exact derivatives arrive; compiled code removed
  7. 6mo agonablaFirst release as dualr: dual-number autodiff with MLE helpers

Frequently asked questions

What is the difference between hubPredEvalsData and nabla?

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

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

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

What are the best alternatives to nabla?

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