get_feature_specs {shapr} | R Documentation |
Gets the feature specifications form the model
Description
Gets the feature specifications form the model
Usage
get_feature_specs(get_model_specs, model)
Arguments
get_model_specs |
Function.
An optional function for checking model/data consistency when
If |
model |
Model object.
Specifies the model whose predictions we want to explain.
Run |