Description Usage Arguments Value
The method .feature_importance() finds variables importances for the given model and selects the top n features
1 | .feature_importance(model, classifier, top_K)
|
model |
A model object derived from the caret classification models |
classifier |
The names of the classifier used to train the model on |
top_K |
an Integer specifying the number of features to consider for selection |
A string vector of names of the top_K features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.