dalex_load_explainer: DALEX load explainer

View source: R/dalex_load_explainer.R

dalex_load_explainerR Documentation

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.


DALEXtra documentation built on May 31, 2023, 5:30 p.m.