default_doc: Unexported documentation helper function.

View source: R/documentation.R

default_docR Documentation

Unexported documentation helper function.

Description

Unexported documentation helper function.

Usage

default_doc(internal, model, predict_model, output_size, extra, ...)

Arguments

internal

List. Holds all parameters, data, functions and computed objects used within explain() The list contains one or more of the elements parameters, data, objects, output.

model

Objects. The model object that ought to be explained. See the documentation of explain() for details.

predict_model

Function. The prediction function used when model is not natively supported. See the documentation of explain() for details.

output_size

TODO: Document

extra

TODO: Document

...

Further arguments passed to approach-specific functions.

Value

List internal It holds all parameters, data, and computed objects used within explain(). The list contains one or more of the elements parameters, data, objects, output.


NorskRegnesentral/shapr documentation built on April 19, 2024, 1:19 p.m.