Classifier which decorates another classifier
Possible uses:
- modify data somehow prior training/testing: * normalization * feature selection * modification
- optimized classifier?
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Initialize the instance of ProxyClassifier
Parameters : | clf : Classifier
enable_ca : None or list of str
disable_ca : None or list of str
auto_train : bool
force_train : bool
space: str, optional :
postproc : Node instance, optional
descr : str
|
---|
Used Classifier