gemseo.mlearning.core.quality.factory module# A factory of objects to assess the quality of an ML algorithm. class MLAlgoQualityFactory[source]# Bases: BaseFactory A factory of objects to assess the quality of an ML algorithm. Return type: Any failed_imports: dict[str, str]# The class names bound to the import errors.