dalex_load_explainer: DALEX load explainer
Description
Load DALEX explainer created with Python library into the R environment.
Usage
dalex_load_explainer(path)
Arguments
- path
Path to the pickle file with explainer saved.
Details
Function uses the reticulate
package to load Python object saved
in a pickle and make it accessible within R session. It also adds explainer
class to the object so it can be used with DALEX R functions.