← Back to home
Comparison · Infra & APIs

KRLS vs nuggets

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

Shared themes:r-package

KRLS vs nuggets: at a glance

FeatureKRLSnuggets
SectorInfra & APIsInfra & APIs
Velocity score0.02.5
Sparks · 30d00
Top themeskernel-methods, machine-learning, causal-inference, scalabilitypattern-mining, association-rules, guha, cpp-performance
Last editorial update2h ago3h ago
WebsiteVisit →Visit →

What is KRLS?

A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.

KRLS fits kernel regularized least squares, a method whose exact form requires an n-by-n kernel matrix and therefore stops being usable well before modern sample sizes. Three releases shipped within 33 minutes of each other addressed exactly that: a Nystrom approximation mode with conditional approximate inference, kmeans landmark selection with an accessor for reusing landmarks across fits, and GCV as an alternative to leave-one-out for choosing lambda. The default path remains the exact one, and existing calls are unchanged.

Read the full KRLS trajectory →

What is nuggets?

nuggets keeps compounding on the 2.0 rewrite — more pattern families, lighter install.

nuggets searches for association rules, contrasts and other conditional patterns in the GUHA tradition, with a C++ core behind dig() and an interactive explore() app for reading results. Since the 2.0 rewrite of that core, every release has widened the same three surfaces: more pattern families to mine, more of explore() to inspect them in, and steady performance work underneath. The most recent tag optimises dig() on sparse crisp data with a sparse bit chain and adds clustering characteristics to explore() for association rules.

Read the full nuggets trajectory →

KRLS vs nuggets: editorial side-by-side

K
KRLS
INFRA · APIS
0.0

A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.

◆ Current state

KRLS fits kernel regularized least squares, a method whose exact form requires an n-by-n kernel matrix and therefore stops being usable well before modern sample sizes. Three releases shipped within 33 minutes of each other addressed exactly that: a Nystrom approximation mode with conditional approximate inference, kmeans landmark selection with an accessor for reusing landmarks across fits, and GCV as an alternative to leave-one-out for choosing lambda. The default path remains the exact one, and existing calls are unchanged.

◆ Where it's heading

The package is being modernized on two tracks that reinforce each other. The interface track — a formula method, broom extractors, autoplot, summary and glance diagnostics — makes the estimator fit contemporary R workflows without touching the algorithm, and the notes are explicit that existing matrix-interface calls remain bit-identical. The performance track removes the reasons it could not be run at all: the Nystrom mode for the kernel matrix, and an average-marginal-effects variance computation rewritten via a row-sum identity to quadratic per-predictor cost. Everything is added as opt-in, which suggests the goal is reaching new users without disturbing replication of published results.

◆ Prediction

With approximation, landmark reuse, and a second lambda criterion now in place, the remaining gap is guidance on when to trust them; the scaling vignette shipped alongside GCV points to more empirical validation rather than new estimation machinery.

N
nuggets
INFRA · APIS
2.5

nuggets keeps compounding on the 2.0 rewrite — more pattern families, lighter install.

◆ Current state

nuggets searches for association rules, contrasts and other conditional patterns in the GUHA tradition, with a C++ core behind dig() and an interactive explore() app for reading results. Since the 2.0 rewrite of that core, every release has widened the same three surfaces: more pattern families to mine, more of explore() to inspect them in, and steady performance work underneath. The most recent tag optimises dig() on sparse crisp data with a sparse bit chain and adds clustering characteristics to explore() for association rules.

◆ Where it's heading

Two forces are shaping the package. One is coverage: baseline, complement and paired-baseline contrasts, correlations, tautologies, ancestors and clustering have all been added as first-class dig_ or explore_ surfaces, so the same search engine now answers a widening set of questions. The other is weight — Shiny packages moved from Imports to Suggests, BH and RcppThread dropped, XSIMD updated, parse_condition() rewritten in C++ — which keeps a package with an interactive app from forcing that app's dependencies on every user. Deprecations are handled through lifecycle rather than removed abruptly.

◆ Prediction

Expect the sparse-data optimisation to extend from crisp to fuzzy data, and explore() to keep gaining tabs as each new pattern family lands, on the roughly six-week cadence the 2.2 line has held.

Alternatives to KRLS and nuggets

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 KRLS or nuggets.

See all KRLS alternatives → · See all nuggets alternatives →

Recent activity from KRLS and nuggets

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

  1. 27d agonuggetsSparse bit chain speeds dig(); explore() gains clustering
  2. 2mo agonuggetspartition() gains .subsets; geom_diamond() layout improved
  3. 3mo agoKRLSGCV added as an alternative lambda selection criterion
  4. 3mo agoKRLSKmeans landmark selection and landmark reuse across fits
  5. 3mo agoKRLSNystrom approximation mode lifts the sample-size ceiling
  6. 3mo agoKRLSFormula interface plus broom and autoplot support
  7. 3mo agoKRLSv1.1-0: Update Chad Hazlett affiliation MIT -> UCLA in 9 .Rd files
  8. 5mo agonuggetsexplore() covers contrasts and correlations; dig_ancestors() added
  9. 6mo agonuggetsCritical explore() bug fixed; is_logicalish() added
  10. 6mo agonuggetsShiny deps moved to Suggests; BH and RcppThread dropped
  11. 8mo agonuggetscluster_associations() and add_interest() arrive; C++ condition parser

Frequently asked questions

What is the difference between KRLS and nuggets?

Both compete on the same themes — r-package — within Infra & APIs. nuggets is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is KRLS better than nuggets?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. nuggets is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to KRLS?

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

What are the best alternatives to nuggets?

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