View source on GitHub |
Verifies that all given hyperparameters are consistent.
tfl.categorical_calibration_lib.verify_hyperparameters(
num_buckets=None, output_min=None, output_max=None, monotonicities=None
)
See tfl.layers.CategoricalCalibration
class level comment for detailes.
Raises | |
---|---|
ValueError
|
If parameters are incorrect or inconsistent. |