In case of parallel processing use random number generator “L’Ecuyer-CMRG” for reproducibility
SDModels 1.0.12
Fix extended SDAM example
SDModels 1.0.11
Add option to plot SDForests. The plot shows the out-of-bag performance against the number of trees. This helps to evaluate whether enough trees were used.
SDModels 1.0.102025-05-09
Added feature to select some predictors not to be regularized closes option to use some covariates not regularized in SDAM #4
Fix the length of the coefficient list to the number of predictors and name the elements
change predict_individual_j to expect a numeric new data vector instead of a whole data.frame
SDModels 1.0.9
Add the option to select some variables as predictors in SDTree and SDForest.
SDModels 1.0.8
Fix various bugs on edge cases with just one variable or just one tree