module grammar_sklearn.grammar.exc

Inheritance diagram of mlprodict.grammar_sklearn.grammar.exc

Short summary

module mlprodict.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_sklearn.grammar.exc.Float32InfError

Bases: Exception

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

source on GitHub