multiclassRegFtns <- c(
'qeAdaBoost',
'qeDT',
'qeGBoost',
'# qeLightGBoost',
'qeRF',
'qeRFgrf',
'qeRFranger',
'qeXGBoost',
'qeKNN',
'# qeLinKNN',
'# qePolyLinKNN',
'qeDeepnet',
'# qeNeural',
'qeLASSO',
'# qeLin',
'qeLogit',
'# qeNCVregCV',
'qePolyLASSO',
'# qePolyLin',
'# qePolyLog',
'qeSVM'
)
source('CheckAll.R')
# commented out in case the CRAN process executes all R code
# checkAll(multiclassRegFtns,'svc1000','occ',pause=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.