Description Usage Value Arguments
View source: R/utils_counterfactuals.R
Results in a list as input for ParamHelpers::makeParamSet.
1 | make_paramlist(input.data, lower = NULL, upper = NULL, use.orig = TRUE)
|
(list)
(data.frame)
Training data
numeric
Vector of minimal values for numeric features.
If NULL lower is extracted from input data specified in field 'data' of
'predictor'.
numeric
Vector of maximal values for numeric features.
If NULL upper is extracted from input data specified in field 'data' of
'predictor'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.