Skip to contents

CSCNet 0.1.4

In tune_penCSC:

  • Introduced tri.list to specify training data indices for arbitrary resampling.

  • Function now uses max(1L,ceiling(parallelly::availableCores()/2)) as the default number of cores for parallel computations.

CSCNet 0.1.3

CRAN release: 2026-01-08

In tune_penCSC:

  • Fixed an issue where the function only worked when the survival outcome included censoring.

  • grow.by has been deprecated and is scheduled for removal in a future version. The paths to reach maximum lambdas are now specified by glmnet.

  • Function now correctly sets multisession plan for parallel computations.

CSCNet 0.1.2

CRAN release: 2022-11-08

In penCSC:

  • Added call to the results list.

In predict.penCSC:

  • Corrected the issue that the newdata had to include all variables from the data when setting matching factor levels to characters in newdata.

In tune_penCSC:

  • Corrected the issue that keep & standardize arguments were not affecting the $final_fits in the result.