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 |
|