Provides a decision using training a classifier on predictions/estimates
TODO: implement
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Methods
| reset() | |
| train(clfs, dataset) | PredictionsCombiner might need to be trained :Parameters: clfs : list of Classifier List of classifiers to combine. |
Initialize ClassifierCombiner
| Parameters: | clf : Classifier
variables : list of str
enable_ca : None or list of str
disable_ca : None or list of str
|
|---|
Methods
| reset() | |
| train(clfs, dataset) | PredictionsCombiner might need to be trained :Parameters: clfs : list of Classifier List of classifiers to combine. |