Skip to content

estimator_checks

Utilities for unit testing and sanity checking estimators.

check_estimator(model)

Check if a model adheres to river's conventions. This will run a series of unit tests. The nature of the unit tests depends on the type of model.

PARAMETER DESCRIPTION
model

yield_deep_checks(model)

Generates unit tests for a given model.

PARAMETER DESCRIPTION
model