tinker_cookbook.exceptions.ConfigurationError
class tinker_cookbook.exceptions.ConfigurationError(TinkerCookbookError, ValueError)
A configuration parameter is invalid or missing.
Raised when user-supplied configuration (model names, hyperparameters,
renderer names, required fields, etc.) fails validation. Inherits from
ValueError for backward compatibility with code that already
catches ValueError for configuration problems.