LICENSE
README.md
pyproject.toml
setup.py
riskbands/__init__.py
riskbands/_version.py
riskbands/benchmark_plots.py
riskbands/binning_engine.py
riskbands/compare.py
riskbands/metrics.py
riskbands/objectives.py
riskbands/optuna_optimizer.py
riskbands/refinement.py
riskbands/reporting.py
riskbands/temporal_diagnostics.py
riskbands/temporal_stability.py
riskbands/validators.py
riskbands/visualizations.py
riskbands.egg-info/PKG-INFO
riskbands.egg-info/SOURCES.txt
riskbands.egg-info/dependency_links.txt
riskbands.egg-info/requires.txt
riskbands.egg-info/top_level.txt
riskbands/strategies/__init__.py
riskbands/strategies/categorical.py
riskbands/strategies/supervised.py
riskbands/strategies/unsupervised.py
riskbands/utils/__init__.py
riskbands/utils/dtypes.py
tests/test_api_usability.py
tests/test_auditable_reporting.py
tests/test_binning_engine.py
tests/test_categorical_raremerge.py
tests/test_compare.py
tests/test_examples_smoke.py
tests/test_optuna_credit_objective.py
tests/test_optuna_minbins.py
tests/test_optuna_optimizer.py
tests/test_overrides.py
tests/test_public_api.py
tests/test_refinement.py
tests/test_reporting.py
tests/test_stable_score.py
tests/test_temporal_core.py
tests/test_temporal_diagnostics.py
tests/test_temporal_stability.py
tests/test_unsupervised.py