Top-level Package
Public package entry points for OCEAN.
The root ocean package re-exports the three main explainer classes used
by most applications:
ocean.MixedIntegerProgramExplainerwrapsocean.mip.Explainerocean.ConstraintProgrammingExplainerwrapsocean.cp.Explainerocean.MaxSATExplainerwrapsocean.maxsat.Explainer
It also exposes the public subpackages documented in the rest of this API reference.
Typical imports
from ocean import ConstraintProgrammingExplainer
from ocean.datasets import load_adult
from ocean.feature import parse_features