Description Usage Arguments Value
View source: R/baseImpact_combined.R
Calculate base variables importance for combined model (function for users)
1 2 3 4 5 6 7 | baseImpact_combined(
paths,
model_ids,
ensamble_model_id,
weights_metrics = NULL,
weights_models = NULL
)
|
paths |
- paths to files with data |
model_ids |
- id of component models (vector of numeric values) |
weights_metrics |
- weights for importance of variables in each model (default: NULL, equal) |
weights_models |
- weights for importance of models impact (default: NULL, equal) |
ensamble_model_ids |
- combined model id |
dataframe with columns: variable (base variable), impact (calculated based on several models specified in mdoel_ids), model_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.