bipartite_learn.wrappers#

Set of tools to apply standard estimators to bipartite datasets.

TODO: Docs. TODO: check fit inputs.

Classes

GlobalSingleOutputWrapper(estimator[, ...])

Employ the GSO strategy to adapt sstandard estimators to bipartite data.

LocalMultiOutputWrapper(...)

Implements the Local Multi-Output strategy for adapting estimators.

MultipartiteSamplerWrapper(samplers[, ndim])

Manages a sampler for each feature space in multipartite datasets.

MultipartiteTransformerWrapper(transformers)

Manages a transformer for each feature space in multipartite datasets.

Exceptions

IncompatibleEstimatorsError

Raised when user tries to wrap incompatible estimators.