View source: R/dalex_load_explainer.R
dalex_load_explainer | R Documentation |
Load DALEX explainer created with Python library into the R environment.
dalex_load_explainer(path)
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.