NEWS | R Documentation |
Get rid of vectorized conditions in if() statements, this fix was suggested by Kurt Hornik.
A bug in importance calculation summary was fixed. A bug description: showing NA values of SUM when one of the models yielded NA values.
Windows related bug was fixed, though starting from version 0.9.4.3 parallel implementation is deprecated.
Updated code to remove "WARN" from CRAN checks in R version >= 3.4.4.
Added scaling option. Please see manual of impCalc() for additional information.
Updated imports.
Added "known issues" in vignette
Rd files were corrected
Added option "saveModel" in the function fscaret()
Multicore functionality now available on Windows OS.
Function timeout() was rewritten due to multiple errors occurence of killed fork processes
New component is available regarding classification problems.
Few minor code blocks were rewrited.
Critical bug fixed, sorting by labels at reading varImp files was incorrect between v0.8.6.1 and v0.8.6.2 which inflicted importance where variables were sorted in descending order regardless input number.
Check on existance of RData and corresponding varImp tables was added.
Done some tidying R code in regVarImp()
Bunch of new algorithms added following caret development.
Re-written regVarImp() function.
Vignette was revised and few explanatory sentences added.
Fixed few small bugs.
Small bug for parameter no.cores was fixed, now one should use numeric format, leave in NULL or simple delete the parameter.
Information on founding bodies were added to description section and vigniette together with references.
Multiple threads CRAN check fixed
Citation file added
A buggy code creating vignette on some OS's was fixed
Probably buggy code reading data frame header was fixed.
A bug found by Aleksander Mandyk fixed. If dependent package caret wasn't changed at time when other dependencies were changing the function stopped. It was fixed making the predict() fn with try() clause, but the resulting generalization error is NA and then in impCalc() it gets x100000 less rank than the worst model. Aleksander found another bug related models using java (RWeka especially). Also fixed.
A vignette was added.
A NEWS log was added.
A bug related to double output "Model calculation failed! ..." was fixed.