caret-machine-learning
caret-machine-learning copied to clipboard
Practical examples for the R caret machine learning package
This happened with kknn_1.2-5 and caret_6.0-58 might be in parallel and in sequential mode. Works in other test settings ``` R require(caret); require(kknn); # define x and y for regression...
Calling method bag without bagcontrol results in numerous errors, better would be to have a standard bagcontrol so the function train(x, y, method = "bag") could be called in a...
Using R2 from caret with a number of packets results in the following name space related error: ``` R > R2(p2[[1]]$value, test_y) Error in UseMethod("R2") : no applicable method for...
brnn prediction fails in caret, all other (70) regression methods work. caret_6.0-58 and brnn_0.5 ``` R > p1
Somehow the confusionMatrix reports 100% accuracy, but all members belong to the setosa family. Because iris is a multiclass problem that seems wrong ~30% ~30% ~30% for setosa versicolor virginica...
--- The caret source: ChrisDesign https://openclipart.org/detail/4778/carrot ##  The cubist training in parallel  --- The caret overview ##  All caret models to web browser via DT ## ...
rmda has issues to be loaded ``` R require(mlbench) require(caret) # load diabetes set 768 x 9 data(PimaIndiansDiabetes) dim(PimaIndiansDiabetes) # train rbf t2
hard crash, no recover ``` R require(mlbench) require(caret) # load diabetes set 768 x 9 data(PimaIndiansDiabetes) dim(PimaIndiansDiabetes) # train rbf t2
example required
this example fully crashes the RGUI with package RSNNS RSNNS_0.4-7 caret_6.0-58 ``` R require(caret); data(cars); require(RSNNS); y