get_predict_model: Get predict_model function
Description
Get predict_model function
Usage
get_predict_model(predict_model, model)
Arguments
- predict_model
Function.
The prediction function used when model
is not natively supported.
See the documentation of explain()
for details.
- model
Objects.
The model object that ought to be explained.
See the documentation of explain()
for details.