Description Usage Arguments Value
View source: R/calculate_combined_impact.R
Calculate combined model basic variables impact
1 2 3 4 5 6 | calculate_combined_model(
importance_frame,
model_ids,
ensamble_model_id,
weights = NULL
)
|
importance_frame |
- dataframe with columns: variable (base variable), impact, model_id |
model_ids |
- id of component models |
ensamble_model_id |
- id for combined model |
weights |
- weights for importance of variables in each model (default: NULL, equal) |
res - 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.