CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
SECURITY.md
pyproject.toml
docs/API.md
docs/ARCHITECTURE.md
docs/EXAMPLE_OUTPUT.md
docs/SCIENTIFIC_VALIDATION.md
examples/results.csv
examples/results.json
examples/smoke_import.py
mlstatreport/__init__.py
mlstatreport/py.typed
mlstatreport.egg-info/PKG-INFO
mlstatreport.egg-info/SOURCES.txt
mlstatreport.egg-info/dependency_links.txt
mlstatreport.egg-info/entry_points.txt
mlstatreport.egg-info/requires.txt
mlstatreport.egg-info/top_level.txt
mlstatreport/api/__init__.py
mlstatreport/api/models.py
mlstatreport/application/__init__.py
mlstatreport/application/input_analysis.py
mlstatreport/bibliography/__init__.py
mlstatreport/bibliography/registry.py
mlstatreport/bibliography/service.py
mlstatreport/cli/__init__.py
mlstatreport/interpretation/__init__.py
mlstatreport/interpretation/rules.py
mlstatreport/io/__init__.py
mlstatreport/io/loaders.py
mlstatreport/models/__init__.py
mlstatreport/models/_compat.py
mlstatreport/models/benchmark.py
mlstatreport/models/bibliography.py
mlstatreport/models/interpretation.py
mlstatreport/models/report.py
mlstatreport/models/statistical.py
mlstatreport/models/visualization.py
mlstatreport/reports/__init__.py
mlstatreport/reports/renderer.py
mlstatreport/statistics/__init__.py
mlstatreport/statistics/analysis.py
mlstatreport/templates/__init__.py
mlstatreport/templates/default_report.md.j2
mlstatreport/templates/default_report.tex.j2
mlstatreport/templates/loader.py
mlstatreport/validation/__init__.py
mlstatreport/validation/benchmark.py
mlstatreport/visualization/__init__.py
mlstatreport/visualization/renderers.py