CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
benchmarks/baseline.json
benchmarks/bench_core.py
benchmarks/bench_regression.py
docker/Dockerfile
docs/model_card_template.md
kubernetes/deployment.yaml
native/bind_build_matrix.cpp
native/bind_helpers.hpp
native/bind_mine_patterns.cpp
native/bind_openmp.cpp
native/bind_pattern.cpp
native/bind_prepare_tx.cpp
native/bind_transaction.cpp
native/bindings.cpp
native/discretization.cpp
native/discretization.hpp
native/math.cpp
native/math.hpp
native/matrix.cpp
native/matrix.hpp
native/mining.cpp
native/mining.hpp
native/pybind_common.hpp
native/transaction.cpp
native/transaction.hpp
scripts/build_wheels.sh
scripts/generate_sbom.py
scripts/run_benchmarks.sh
scripts/wheel_smoke_test.py
src/hugiml/__init__.py
src/hugiml/_binning.py
src/hugiml/_compat.py
src/hugiml/adaptive.py
src/hugiml/calibration.py
src/hugiml/classifier.py
src/hugiml/exceptions.py
src/hugiml/explainability.py
src/hugiml/governance.py
src/hugiml/metrics.py
src/hugiml/monitoring.py
src/hugiml/multiclass.py
src/hugiml/plots.py
src/hugiml/pruning.py
src/hugiml/py.typed
src/hugiml/serialization.py
src/hugiml/telemetry.py
src/hugiml/benchmarks/__init__.py
src/hugiml/benchmarks/runner.py
src/hugiml_core.egg-info/PKG-INFO
src/hugiml_core.egg-info/SOURCES.txt
src/hugiml_core.egg-info/dependency_links.txt
src/hugiml_core.egg-info/entry_points.txt
src/hugiml_core.egg-info/requires.txt
src/hugiml_core.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_adaptive_native.py
tests/test_calibration.py
tests/test_chunked_transactions.py
tests/test_classifier.py
tests/test_coverage_gaps.py
tests/test_drift.py
tests/test_explainability.py
tests/test_extensions.py
tests/test_feature_modes.py
tests/test_governance.py
tests/test_integration.py
tests/test_mining_l2_structural.py
tests/test_monitoring.py
tests/test_property_based.py
tests/test_serialization.py
tests/test_sklearn_compat.py
tests/test_stress.py
tests/test_telemetry.py