base#

Base classes for sensitivity / diagnostic checks.

Every check implements the Check protocol and returns a CheckResult. Checks declare which experiment types they apply to via applicable_methods.

Functions

clone_model(model)

Create a fresh, unfitted copy of a model.

Classes

Check

Protocol that individual sensitivity checks must satisfy.

CheckResult

Result of a single sensitivity / diagnostic check.