Load DALEX explainer created with Python library into the R environment.

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.