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