MulticlassExtension¶
- class MulticlassExtension[source]¶
Base class for multiclass extension.
This method should initialize the module and use an exception if a component of the module is not available.
Methods
Applying multiple estimators for prediction.
MulticlassExtension.set_estimator
(estimator_cls)Called internally to set
Estimator
and parameters :type estimator_cls:Callable
[[List
],Estimator
] :param estimator_cls: AnEstimator
class :type params:Optional
[List
] :param params: Parameters for the estimatorMulticlassExtension.test
(x, y)Testing multiple estimators each for distinguishing a pair of classes.
Training multiple estimators each for distinguishing a pair of classes.