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