Skip to content

tinker_cookbook.exceptions.DataValidationError

class tinker_cookbook.exceptions.DataValidationError(DataError)

Data fails a semantic validation check.

Raised when data is structurally correct but violates a logical constraint — e.g. streaming datasets cannot seek backward, or there are not enough tokens for an input/target split.