You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preliminary integration of code from SCnext/mixedSCGLR written by Jocelyn Chauvet (issue #11)
moved parallelization to future framework. Need future.apply package (issue #16)
added progress to scglrCrossVal and scglrThemeBackward functions using progressr package (issue #17)
Deprecations
parameter nfolds of scglrCrossVal as been renamed to folds and now accepts also vectors.
For now a warning is issued and provided value is used but update your code as it will likely be removed
in a future version.
parameter mc.cores of scglrCrossVal is now deprecated as of the move to future framework for parallelization.
bug fixes and improvements
fix bug happening when providing a single Y variable to sglrTheme (issue #1)
allow to provide folds for cross validation defined by user (issue #2)
individual beta and gamma for themes were not properly computed (issue #5)
improve evaluation of linear predictors in theme function (issue #8)