CHANGELOG.md
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/api.rst
docs/augmented_features.rst
docs/benchmarks.rst
docs/changelog.rst
docs/concepts.rst
docs/conf.py
docs/contributing.rst
docs/dashboard.rst
docs/deployment.rst
docs/execution_modes.rst
docs/explanations.rst
docs/feature_modes.rst
docs/getting_started.rst
docs/governance.rst
docs/index.rst
docs/model_card_template.md
docs/monitoring.rst
docs/notebooks.rst
docs/paper.rst
docs/readthedocs.rst
docs/tuning.rst
kubernetes/deployment.yaml
native/augmented_pair.cpp
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_mine_l1.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/mining_l1.cpp
native/mining_l1.hpp
native/mining_l2.cpp
native/mining_l2.hpp
native/prepare_mine_l1.cpp
native/prepare_mine_l1.hpp
native/pybind_common.hpp
native/resource_guard.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/dashboard/__init__.py
src/hugiml/dashboard/app.py
src/hugiml/dashboard/benchmark.py
src/hugiml/dashboard/data.py
src/hugiml/dashboard/demo.py
src/hugiml/dashboard/display.py
src/hugiml/dashboard/governance.py
src/hugiml/dashboard/monitoring.py
src/hugiml/dashboard/reports.py
src/hugiml/dashboard/runner.py
src/hugiml/dashboard/schemas.py
src/hugiml/dashboard/components/__init__.py
src/hugiml/dashboard/components/complexity.py
src/hugiml/dashboard/components/config_compare.py
src/hugiml/dashboard/components/drift.py
src/hugiml/dashboard/components/fairness.py
src/hugiml/dashboard/components/feature_family.py
src/hugiml/dashboard/components/missingness.py
src/hugiml/dashboard/components/overview.py
src/hugiml/dashboard/components/patterns.py
src/hugiml/dashboard/components/performance.py
src/hugiml/dashboard/components/prediction.py
src/hugiml/dashboard/components/pruning.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_additional_coverage.py
tests/test_augmented_pair_native.py
tests/test_augmented_pair_ndarray_and_ops.py
tests/test_augmented_pair_serialization.py
tests/test_augmented_pair_serialization_and_interpretability.py
tests/test_augmented_pair_transforms.py
tests/test_calibration.py
tests/test_chunked_transactions.py
tests/test_classifier.py
tests/test_contracts.py
tests/test_coverage_gaps.py
tests/test_csr_sorted_contract.py
tests/test_drift.py
tests/test_execution_mode.py
tests/test_explainability.py
tests/test_extensions.py
tests/test_feature_modes.py
tests/test_governance.py
tests/test_integration.py
tests/test_interpretability_mixed_features.py
tests/test_mining_l2_structural.py
tests/test_monitoring.py
tests/test_ndarray_input_parity_and_schema.py
tests/test_new_features.py
tests/test_production_mode_contract.py
tests/test_property_based.py
tests/test_scaling_hotpath_regressions.py
tests/test_serialization.py
tests/test_sklearn_compat.py
tests/test_standard_topk_budget.py
tests/test_stress.py
tests/test_telemetry.py