.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
logo.svg
mypy.ini
pyproject.toml
pyrightconfig.json
ruff.toml
tox.ini
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/conf.py
docs/custom-dataset.rst
docs/data-preparation.rst
docs/explainer-guide.rst
docs/index.rst
docs/installation.rst
docs/isolation-forest-example.rst
docs/low-level-api.rst
docs/make.bat
docs/modelisation.rst
docs/overview.rst
docs/quickstart.rst
docs/requirements.txt
docs/visual-examples.rst
docs/_ext/__init__.py
docs/_ext/ocean_docs_stubs.py
docs/_static/figures/continuous-counterfactual-2d.svg
docs/_static/figures/isolation-forest-example-2d.svg
docs/_static/figures/ordinal-counterfactual-2d.svg
docs/api/index.rst
docs/api/ocean.abc.rst
docs/api/ocean.cp.rst
docs/api/ocean.datasets.rst
docs/api/ocean.feature.rst
docs/api/ocean.maxsat.rst
docs/api/ocean.mip.rst
docs/api/ocean.rst
docs/api/ocean.tree.rst
docs/api/ocean.typing.rst
examples/__init__.py
examples/custom_dataset.py
examples/isolation_forest_example.py
examples/maxsat_example.py
examples/plot_2d_examples.py
examples/query.py
examples/readme.py
examples/simple_example_both.py
ocean/__init__.py
ocean/abc/__init__.py
ocean/abc/_mapper.py
ocean/cp/__init__.py
ocean/cp/_base.py
ocean/cp/_env.py
ocean/cp/_explainer.py
ocean/cp/_explanation.py
ocean/cp/_model.py
ocean/cp/_builder/__init__.py
ocean/cp/_builder/model.py
ocean/cp/_managers/__init__.py
ocean/cp/_managers/_feature.py
ocean/cp/_managers/_garbage.py
ocean/cp/_managers/_tree.py
ocean/cp/_variables/__init__.py
ocean/cp/_variables/_feature.py
ocean/cp/_variables/_tree.py
ocean/datasets/__init__.py
ocean/datasets/_load.py
ocean/feature/__init__.py
ocean/feature/_feature.py
ocean/feature/_keeper.py
ocean/feature/_parse.py
ocean/maxsat/__init__.py
ocean/maxsat/_base.py
ocean/maxsat/_env.py
ocean/maxsat/_explainer.py
ocean/maxsat/_explanation.py
ocean/maxsat/_model.py
ocean/maxsat/_builder/__init__.py
ocean/maxsat/_builder/model.py
ocean/maxsat/_managers/__init__.py
ocean/maxsat/_managers/_feature.py
ocean/maxsat/_managers/_garbage.py
ocean/maxsat/_managers/_tree.py
ocean/maxsat/_variables/__init__.py
ocean/maxsat/_variables/_feature.py
ocean/maxsat/_variables/_tree.py
ocean/mip/__init__.py
ocean/mip/_base.py
ocean/mip/_explainer.py
ocean/mip/_explanation.py
ocean/mip/_model.py
ocean/mip/_typing.py
ocean/mip/_builders/__init__.py
ocean/mip/_builders/flow.py
ocean/mip/_builders/model.py
ocean/mip/_managers/__init__.py
ocean/mip/_managers/_feature.py
ocean/mip/_managers/_garbage.py
ocean/mip/_managers/_tree.py
ocean/mip/_variables/__init__.py
ocean/mip/_variables/_feature.py
ocean/mip/_variables/_tree.py
ocean/tree/__init__.py
ocean/tree/_keeper.py
ocean/tree/_node.py
ocean/tree/_node.pyi
ocean/tree/_parse.py
ocean/tree/_parse_xgb.py
ocean/tree/_protocol.py
ocean/tree/_tree.py
ocean/tree/_utils.py
ocean/typing/__init__.py
oceanpy.egg-info/PKG-INFO
oceanpy.egg-info/SOURCES.txt
oceanpy.egg-info/dependency_links.txt
oceanpy.egg-info/requires.txt
oceanpy.egg-info/top_level.txt
tests/__init__.py
tests/distance_utils.py
tests/test_continuous_explainers.py
tests/test_distance.py
tests/test_explainer.py
tests/utils.py
tests/abc/__init__.py
tests/cp/__init__.py
tests/cp/test_isolation.py
tests/cp/utils.py
tests/cp/builder/__init__.py
tests/cp/builder/test_model.py
tests/cp/managers/__init__.py
tests/cp/managers/test_tree.py
tests/cp/model/__init__.py
tests/cp/model/test_feasible.py
tests/cp/model/test_init.py
tests/cp/model/test_objective.py
tests/cp/variable/__init__.py
tests/cp/variable/feature/__init__.py
tests/cp/variable/feature/test_build.py
tests/cp/variable/feature/test_init.py
tests/cp/variable/feature/test_optimize.py
tests/cp/variable/tree/__init__.py
tests/cp/variable/tree/test_build.py
tests/cp/variable/tree/test_optimize.py
tests/datasets/__init__.py
tests/feature/__init__.py
tests/feature/test_init.py
tests/feature/test_parse.py
tests/feature/utils.py
tests/maxsat/__init__.py
tests/maxsat/test_distance.py
tests/maxsat/test_env.py
tests/maxsat/test_explainer.py
tests/maxsat/utils.py
tests/maxsat/model/__init__.py
tests/maxsat/model/test_feasible.py
tests/maxsat/model/test_init.py
tests/maxsat/model/test_objective.py
tests/mip/__init__.py
tests/mip/test_explanation.py
tests/mip/utils.py
tests/mip/model/__init__.py
tests/mip/model/test_feasible.py
tests/mip/model/test_init.py
tests/mip/model/test_objective.py
tests/mip/variable/__init__.py
tests/mip/variable/feature/__init__.py
tests/mip/variable/feature/test_build.py
tests/mip/variable/feature/test_init.py
tests/mip/variable/feature/test_optimize.py
tests/tree/__init__.py
tests/tree/test_node.py
tests/tree/test_parse.py
tests/tree/test_variable.py