Get predict_model function
get_predict_model(predict_model, model)
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.Useful links