Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in r-caret

Does predict function in caret package use future information when preprocessing?

Linear SVM and extracting the weights

r svm r-caret

Optimising caret for sensitivity still seems to optimise for ROC

How to do nested cross-validation with LASSO in caret or tidymodels?

Training Models in Caret Without Tuning R [closed]

r data-mining r-caret

R Caret's rfe [Error in { : task 1 failed - "rfe is expecting 184 importance values but only has 2"]

Using ordinal variables in rpart and caret without converting to dummy categorical variables

r r-caret rpart

caret train method not working (something is wrong for all accuracy results) for outcomes with >2 categories

r r-caret

Plotting a ctree method decision tree in caret, remove unwanted bargraph underneath

r plot decision-tree r-caret

Revert transformation preprocess caret

r r-caret preprocessor

Trying to extract coefficients from glmnet model returns NULL or "type must be either "raw" or "prob"" error

r r-caret glmnet coefficients

Custom preprocessing in caret

r r-caret

How does caret train determine the probability threshold to maximise Specificity

r r-caret

Error in table(data, reference, dnn = dnn, ...) : all arguments must have the same length when run confusionMatrix with caret, in R

Caret: glmnet warning - x should be a matrix with 2 or more columns

r r-caret glmnet

How does caret choose default tuning range?

r r-caret

caret/rfe-error: "there should be the same number of samples in x and y"

r validation r-caret

Using F1 score metric in KNN through caret package

r machine-learning r-caret

results from lm using caret train

r lm r-caret

How to include factors in a regression model using package "caret" in R?