LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/APEXLAB_LEG2_EXPANSION_PLAN_20260324.md
docs/APEXLAB_TOOLKIT_AUTHORITATIVE_SCHEMATIC.md
docs/API_OVERVIEW.md
docs/INITIAL_RELEASE_SCOPE.md
docs/PUBLISH_CHECKLIST.md
docs/RELEASE_NOTES_DRAFT.md
docs/RELEASE_PROCEDURE.md
docs/validation/REFERENCE_VALIDATION_20260324.md
src/apexlab/__init__.py
src/apexlab/py.typed
src/apexlab.egg-info/PKG-INFO
src/apexlab.egg-info/SOURCES.txt
src/apexlab.egg-info/dependency_links.txt
src/apexlab.egg-info/entry_points.txt
src/apexlab.egg-info/requires.txt
src/apexlab.egg-info/top_level.txt
src/apexlab/analysis/__init__.py
src/apexlab/analysis/compare.py
src/apexlab/analysis/regression.py
src/apexlab/cli/__init__.py
src/apexlab/cli/compare.py
src/apexlab/cli/main.py
src/apexlab/cli/report.py
src/apexlab/datasets/__init__.py
src/apexlab/datasets/split.py
src/apexlab/demos/__init__.py
src/apexlab/demos/synthetic.py
src/apexlab/diagnostics/__init__.py
src/apexlab/diagnostics/convergence.py
src/apexlab/evaluation/__init__.py
src/apexlab/evaluation/compare_report.py
src/apexlab/evaluation/metrics.py
src/apexlab/evaluation/reports.py
src/apexlab/evaluation/thresholds.py
src/apexlab/models/__init__.py
src/apexlab/models/decision_tree.py
src/apexlab/models/isolation_forest.py
src/apexlab/models/random_forest.py
src/apexlab/models/simplex.py
src/apexlab/utils/__init__.py
src/apexlab/utils/io.py
src/apexlab/utils/manifests.py
tests/test_cli.py
tests/test_compare.py
tests/test_compare_report.py
tests/test_convergence.py
tests/test_decision_tree.py
tests/test_isolation_forest.py
tests/test_manifests.py
tests/test_metrics.py
tests/test_random_forest.py
tests/test_regression.py
tests/test_reports.py
tests/test_simplex.py
tests/test_split.py
tests/test_thresholds.py
tests/test_version.py