baseImpact_combined: Calculate base variables importance for combined model...

Description Usage Arguments Value

View source: R/baseImpact_combined.R

Description

Calculate base variables importance for combined model (function for users)

Usage

1
2
3
4
5
6
7
baseImpact_combined(
  paths,
  model_ids,
  ensamble_model_id,
  weights_metrics = NULL,
  weights_models = NULL
)

Arguments

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

Value

dataframe with columns: variable (base variable), impact (calculated based on several models specified in mdoel_ids), model_id


mjalocha/baseImportance documentation built on Dec. 21, 2021, 7:02 p.m.