validate_new_model {arenar} | R Documentation |
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 |
Value
None
[Package arenar version 0.2.0 Index]