gemseo.mlearning.core.algos.factory module#

A factory of machine learning algorithms.

class MLAlgoFactory[source]#

Bases: BaseFactory

A factory of machine learning algorithms.

Return type:

Any

failed_imports: dict[str, str]#

The class names bound to the import errors.