Load DALEX explainer created with Python library into the R environment.
dalex_load_explainer(path)
Path to the pickle file with explainer saved.
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.