MenpoFitBuilderWarning

class menpofit.builder.MenpoFitBuilderWarning[source]

Bases: Warning

A warning that some part of building the model may cause issues.

with_traceback()

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