KRLS
Kernel-Based Regularized Least Squares
A 2014 kernel regression method getting the scalability and tooling it never had, in a three-release afternoon.
◆Recent moves
- 3mo ago
GCV added as an alternative lambda selection criterion
Generalized cross-validation joins leave-one-out for regularization selection, with the existing default preserved. A second criterion for an existing task rather than a new capability, though it pairs naturally with the approximation work — GCV is cheaper on the large problems the Nystrom mode just made reachable.
View source ↗ - 3mo ago
Kmeans landmark selection and landmark reuse across fits
The polish pass on the approximation shipped ten minutes earlier: kmeans-chosen landmarks instead of arbitrary ones, an accessor that lets the same landmarks be carried between fits, and diagnostics through summary and glance. Landmark round-tripping is the detail that makes approximated fits comparable to each other rather than each one its own draw.
View source ↗ - 3mo ago
Nystrom approximation mode lifts the sample-size ceiling
⚡ SPARKThe release that changes which problems this estimator can be pointed at. An explicit approximation mode with approximate inference removes the exact kernel matrix requirement, and the marginal-effects variance rewrite cuts a second cost that scaled badly. The two follow-up releases the same afternoon exist to support this one.
View source ↗ - 3mo ago
Formula interface plus broom and autoplot support
Interface modernization with the algorithm untouched: a formula method that expands factors and interactions through model.matrix(), and tidy, glance, and augment registered so broom picks them up. The tidy output carries pointwise quartiles alongside the average marginal effect, which surfaces the heterogeneity that makes this estimator worth using in the first place.
View source ↗ - 3mo ago
v1.1-0: Update Chad Hazlett affiliation MIT -> UCLA in 9 .Rd files
An author affiliation corrected across nine help pages, unchanged since the 2014 paper. No functional content, but it dates the start of the maintenance push that produced everything after it.
View source ↗