Skip to contents

Suggested methods for ARml

Usage

suggested_methods()

Value

A character vector of Suggested methods

Author

Resul Akay

Examples


suggested_methods()
#> In general user can train any method which supported by caret.
#>           
#> The following methods are suggested
#>  [1] "spikeslab"     "bagEarth"      "bagEarthGCV"   "blasso"       
#>  [5] "cforest"       "earth"         "extraTrees"    "gbm_h2o"      
#>  [9] "glmStepAIC"    "parRF"         "qrf"           "Rborist"      
#> [13] "rf"            "rqlasso"       "rqnc"          "xgbDART"      
#> [17] "xgbLinear"     "ranger"        "cubist"        "svmLinear"    
#> [21] "enet"          "bridge"        "glmboost"      "ridge"        
#> [25] "lasso"         "relaxo"        "M5Rules"       "M5"           
#> [29] "lm"            "gaussprLinear" "glm"           "glmnet"       
#> [33] "pcr"           "ppr"           "foba"          "gbm"          
#> [37] "svmLinear2"    "glm.nb"        "gcvEarth"      "lars2"        
#> [41] "lars"          "icr"           "ctree2"        "ctree"        
#> [45] "bayesglm"