Closed hbaniecki closed 2 years ago
Is it still valid?
If so, would exporting this function https://github.com/ModelOriented/DALEXtra/blob/master/R/helper_functions.R#L5-L34 solve the problem?
Or we could do:
#' @export
dalex_load_explainer <- function(path) {
dalex_load_object(path, "explainer")
}
See https://github.com/ModelOriented/DALEX/issues/357
prototype: