module grammar.grammar_sklearn.grammar.exc#

Inheritance diagram of mlprodict.grammar.grammar_sklearn.grammar.exc

Short summary#

module mlprodict.grammar.grammar_sklearn.grammar.exc

Exception definition.

source on GitHub

Classes#

class

truncated documentation

Float32InfError

Raised when a float is out of range and cannot be converted into a float32.

Documentation#

Exception definition.

source on GitHub

exception mlprodict.grammar.grammar_sklearn.grammar.exc.Float32InfError#

Bases: Exception

Raised when a float is out of range and cannot be converted into a float32.

source on GitHub