Top-level Package

Public package entry points for OCEAN.

ConstraintProgrammingExplainer

alias of Explainer

MaxSATExplainer

alias of Explainer

MixedIntegerProgramExplainer

alias of Explainer

The root ocean package re-exports the three main explainer classes used by most applications:

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