getModels_Caret: A function that tells you what are most N disimilar models...

Description Usage Arguments Examples

Description

It selects the N most dissimilar models among those in caret suite by maximizing the Jaccard dissimilarity between sets of models.

this function extracts a list of models in caret that are dissimilar

Usage

1
2
3
getModels_Caret(method = "Regression", N = 5, include = "")

getModels_Caret(method = "Regression", N = 5, include = "")

Arguments

method

is the kind of model Classification / Regression

N

the number of dissimilar models to be extracted

include

a character to separate the names of the columns

method:

type of methods. Options are Regression, Classification adn Dual use

N:

number of methods to select

include:

name of a method to be included in the set

Examples

1
2
getModels_Caret<-function(method="Regression",N=5,include='cubist')
getModels_Caret('Regression',5,'')

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.