makeFeatureAnnot | R Documentation |
This function takes a population of models and creates a table with annotation on the features, such as prevalence in the models and dataset as well as different statistics
makeFeatureAnnot(pop, X, y, clf)
pop: |
a population of models |
X: |
the X dataset where to compute the abundance and prevalence |
y: |
the target class |
clf: |
an object containing the different parameters of the classifier |
a list with two data.frames one containing the coefficients per each model and the other a data.frame on the features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.