Implementation of a common trainable processing object (Learner).
Functions
| is_datasetlike(obj) | Check if an object looks like a Dataset. |
Classes
| ConditionalAttribute(*args, **kwargs[, enabled]) | Simple container intended to conditionally store the value |
| Learner(**kwargs[, auto_train, force_train]) | Common trainable processing object. |
| Node(**kwargs[, space, postproc]) | Common processing object. |
Exceptions
| ConditionalAttribute(*args, **kwargs[, enabled]) | Simple container intended to conditionally store the value |
| Learner(**kwargs[, auto_train, force_train]) | Common trainable processing object. |
| Node(**kwargs[, space, postproc]) | Common processing object. |