digestModelCollection | R Documentation |
Sumarizes the results of a model collection object of the type clf_res$models. This is different from the digest() which sumarizes an experiment clf_res$classifier$models
digestModelCollection(obj, X = NULL, clf, k.penalty = 0, mmprev = FALSE)
obj: |
a modelCollection object |
X: |
the dataset (default = NULL) |
clf: |
the classifier object |
k.penalty: |
the penalty to apply for sparsity (default:0). |
mmprev: |
activate the max.min.prevalence selector (default:FALSE) |
Summarize the results from a given modelCollection object
an object with sumarized results such as the best models for each k_sparse, their respective scores, the best model, etc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.