Use scikit-learn transformer as mappers.
This module provides an adaptor to use sklearn transformers as PyMVPA mappers.
Functions
| deepcopy(x[, memo, _nil]) | Deep copy operation on arbitrary Python objects. |
Classes
| Learner([auto_train, force_train]) | Common trainable processing object. |
| Mapper(**kwargs) | Basic mapper interface definition. |
| SKLTransformer(transformer, **kwargs) | Adaptor to use arbitrary sklearn transformer as a mapper. |