Description Usage Arguments Value References
AKLIMATE : Algorithm for Kernel Learning with Approximating Tree Ensembles
1 2 3 |
dat |
samples x features data frame where columns might be of different type |
dat_grp |
a list of vectors, each consisting of suffixes for data types that match the ones used in dat. Each vector corresponds to a particular combination of data types that will be tested for each component RF. Only the data type combination with the best performance for a given feature set is retained. The data type suffixes should be distinct from one another so that none is a proper substring of another - i.e. c('cnv','cnv_gistic') is not OK, but c('MUTA:HOT','MUTA:NONSENSE') is. This argument is considered experimental - we recommend supplying a list of length 1, with the list entry a vector of all possible suffixes. |
lbls |
vector of training data labels |
fsets |
list of prior knowledge feature sets |
always_add |
vector of dat column names that are to be included with each fset |
rf_pars |
list of parameters for RF base kernels run
|
akl_pars |
list of parameters for RF best kernel selection and MKL meta-learner
|
store_kernels |
TRUE/FALSE. Should the model store the training RF kernels. Default is FALSE. |
verbose |
TRUE/FALSE. Should the model print verbose progress statements. Default is FALSE. |
a model of class AKLIMATE with the following fields:
List of metrics and predictions from training run on all RF base learners.
RF kernels used in MKL training step. NULL if store_kernels is set to FALSE.
if akl_pars$celnet is NULL, hyperparameter vectors examined during MKL cross-validation, along with matching metric scores.
Set of RF base learners used to produce RF kernels for stacked MKL.
Trained spicer MKL model, with either user-supplied elastic net hyperparameters, or the hyperparameters selected via CV tuning.
rf_pars argument
optimal RF parameters for each RF base learner. Those will be the same (with the exception of ntree) as the rf_pars_global parameters unless rf_pars$oob_cv was specified by the user.
akl_pars argument
dat_grp argument
Vector of training data instances.
AKLIMATE predictions on training set.
V. Uzunangelov, C. K. Wong, and J. Stuart. Highly Accurate Cancer Phenotype Prediction with AKLIMATE, a Stacked Kernel Learner Integrating Multimodal Genomic Data and Pathway Knowledge. bioRxiv, July 2020.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.