Skip to content

Change default cholpred constructor

Compare
Choose a tag to compare
@dmbates dmbates released this 02 Jan 18:14
· 166 commits to master since this release
  • in v0.10.0 the GLM.cholpred constructor defaulted to a pivoted Cholesky decomposition which caused one of the tests for the Lasso package to fail.
  • this version changes the default back to the unpivoted decomposition.