NEWS | R Documentation |
News for Package fscaret
Changes in version 0.9.4.4
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.
Changes in version 0.9.4.3
Windows related bug was fixed, though starting from version 0.9.4.3 parallel implementation is deprecated.
Changes in version 0.9.4.2
Updated code to remove "WARN" from CRAN checks in R version >= 3.4.4.
Changes in version 0.9.4.1
Added scaling option. Please see manual of impCalc() for additional information.
Updated imports.
Changes in version 0.9.4
Added "known issues" in vignette
Rd files were corrected
Added option "saveModel" in the function fscaret()
Changes in version 0.9.3
Multicore functionality now available on Windows OS.
Function timeout() was rewritten due to multiple errors occurence of killed fork processes
Changes in version 0.9
New component is available regarding classification problems.
Few minor code blocks were rewrited.
Changes in version 0.8.6.3
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.
Changes in version 0.8.6.2
Done some tidying R code in regVarImp()
Changes in version 0.8.6.1
Bunch of new algorithms added following caret development.
Re-written regVarImp() function.
Vignette was revised and few explanatory sentences added.
Fixed few small bugs.
Changes in version 0.8.5.6
Small bug for parameter no.cores was fixed, now one should use numeric format, leave in NULL or simple delete the parameter.
Changes in version 0.8.5.5
Information on founding bodies were added to description section and vigniette together with references.
Changes in version 0.8.5.4
Multiple threads CRAN check fixed
Citation file added
Changes in version 0.8.5.3
A buggy code creating vignette on some OS's was fixed
Probably buggy code reading data frame header was fixed.
Changes in version 0.8.5.2
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.