Nothing
center = TRUE) is now the default. This ensures that the intercept is not penalized in ridge regression, aligning the package with standard statistical methodologies.verbose argument from grid.search. The new C++ backend evaluates the lambda grid analytically, rendering progress bars unnecessary.lm and glm methods, subset and na.action are now handled by the model object prior to cross-validation, ensuring consistency with the original model fit.The engine has been transitioned from RcppEigen to RcppArmadillo, allowing the package to leverage high-performance LAPACK and BLAS libraries for large-scale matrix operations.
grid.search has been entirely rewritten in C++. It now utilizes a single Singular Value Decomposition (SVD) to evaluate the entire $\lambda$ grid analytically.RcppParallel to distribute workloads.tol (tolerance) parameter to define the threshold for numerical rank estimation during COD and SVD operations.testthat suites to validate cvLM and grid.search against manual matrix algebra and established packages like boot.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.