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/dataframe_backend.py
riskbands/utils/dtypes.py
tests/test_api_usability.py
tests/test_auditable_reporting.py
tests/test_binning_engine.py
tests/test_bundle_profiles_persistence.py
tests/test_bundle_schema_versioning.py
tests/test_categorical_raremerge.py
tests/test_categorical_regressions.py
tests/test_compare.py
tests/test_dataframe_backend_detection.py
tests/test_examples_smoke.py
tests/test_export_bundle_security.py
tests/test_fit_profile_storage.py
tests/test_fit_validate_true.py
tests/test_force_numeric.py
tests/test_min_n_bins_quality_gate.py
tests/test_optuna_credit_objective.py
tests/test_optuna_minbins.py
tests/test_optuna_optimizer.py
tests/test_overrides.py
tests/test_pandas_pyspark_integration.py
tests/test_public_api.py
tests/test_pyspark_fit_sampling.py
tests/test_pyspark_transform_preserve_type.py
tests/test_pyspark_validation_native.py
tests/test_reference_profile_selection.py
tests/test_refinement.py
tests/test_reporting.py
tests/test_sample_size_parsing.py
tests/test_stable_score.py
tests/test_temporal_core.py
tests/test_temporal_diagnostics.py
tests/test_temporal_stability.py
tests/test_transform_validate_true.py
tests/test_uncertainty_alert_rules.py
tests/test_unsupervised.py