CSCNet 0.1.4
In tune_penCSC:
Introduced
tri.listto 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.byhas been deprecated and is scheduled for removal in a future version. The paths to reach maximum lambdas are now specified byglmnet.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
newdatahad to include all variables from thedatawhen setting matching factor levels to characters innewdata.
In tune_penCSC:
- Corrected the issue that
keep&standardizearguments were not affecting the$final_fitsin the result.
