Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r-caret

Can't install the caret package in R (in my Linux machine)

linux r gnu suse r-caret

Error: Package "ggplot2" could not be found, when loading the caret package

r ggplot2 r-caret

error with train from caret package using method gam:

r r-caret gam

Is there a way to generate a confidence interval from a caret lm object?

r r-caret

Feature Selection in caret rfe + sum with ROC

r svm r-caret auc rfe

data shuffling by sample() decreases RMSE to lower value in testingset than trainingset

Specify Cross Validation Folds with caret

caret - random-forests not working: "Something is wrong; all the Accuracy metric values are missing:"

r random-forest r-caret

Remove iterations of carett::train() on knit html output

r knitr r-caret

Caret method = "rf" warning message: invalid ## mtry: reset to within valid range

r random-forest r-caret

parRF on caret not working for more than one core

How to tune multiple parameters using Caret package?

r performance r-caret

R caret rpart returns Error in `[.data.frame`(m, labs) : undefined columns selected

r classification r-caret rpart

Additional metrics in caret - PPV, sensitivity, specificity

r r-caret machine-learning

How can you reduce the default ntree=500 parameter passed to RF from caret?

r caretEnsemble warning: indexes not defined in trControl

Caret train function - unable to find variable "optimismBoot"

Problems with k-NN regression in R

r regression knn r-caret