Learn R Programming

arenar (version 0.2.0)

validate_new_model: Checks if it is safe do add a new model to the arena object

Description

Function checks if explainer's label is not already used call stop if there is at least one conflict.

Usage

validate_new_model(arena, explainer)

Arguments

arena

live or static arena object

explainer

Explainer created using DALEX::explain

Value

None