LICENSE
NOTICE
README.md
pyproject.toml
src/compileml/__init__.py
src/compileml/cli.py
src/compileml/py.typed
src/compileml.egg-info/PKG-INFO
src/compileml.egg-info/SOURCES.txt
src/compileml.egg-info/dependency_links.txt
src/compileml.egg-info/entry_points.txt
src/compileml.egg-info/requires.txt
src/compileml.egg-info/top_level.txt
src/compileml/artifact/__init__.py
src/compileml/artifact/build.py
src/compileml/artifact/calibration.py
src/compileml/artifact/recalibrate.py
src/compileml/bands/__init__.py
src/compileml/bands/builders.py
src/compileml/bands/certified.py
src/compileml/bands/efficiency.py
src/compileml/compile/__init__.py
src/compileml/compile/distill.py
src/compileml/compile/extract.py
src/compileml/compile/quantize.py
src/compileml/export/__init__.py
src/compileml/export/cobol.py
src/compileml/export/sql.py
src/compileml/runtime/__init__.py
src/compileml/runtime/_intmath.py
src/compileml/runtime/bands.py
src/compileml/runtime/calibrate.py
src/compileml/runtime/decide.py
src/compileml/runtime/explain.py
src/compileml/runtime/io.py
src/compileml/runtime/score.py
src/compileml/scorecard/__init__.py
src/compileml/scorecard/build.py
src/compileml/scorecard/render.py
src/compileml/tune/__init__.py
src/compileml/tune/sweeps.py
src/compileml/validate/__init__.py
src/compileml/validate/framework.py
src/compileml/viz/__init__.py
src/compileml/viz/_arrow.py
src/compileml/viz/_data.py
src/compileml/viz/plots.py
src/compileml/viz/svg.py
tests/test_bands.py
tests/test_cli.py
tests/test_compile.py
tests/test_export.py
tests/test_reference.py
tests/test_runtime.py
tests/test_runtime_stdlib_only.py
tests/test_tuning_scorecard.py
tests/test_validate.py
tests/test_viz.py