register_strategy#
- mlquantify.multiclass.register_strategy(name)[source]#
Register a
MulticlassStrategysubclass undername.The decorated class is instantiated once and stored in the registry, so it can be selected via a quantifier’s
strategyattribute (e.g.strategy='ovr').