MenpoFitModelBuilderWarning

class menpofit.builder.MenpoFitModelBuilderWarning[source]

Bases: Warning

A warning that the parameters chosen to build a given model may cause unexpected behaviour.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.