LICENSE
README.md
pyproject.toml
src/mars/__init__.py
src/mars/py.typed
src/mars/analysis/__init__.py
src/mars/analysis/_report_utils.py
src/mars/analysis/_risk_profile.py
src/mars/analysis/config.py
src/mars/analysis/evaluator.py
src/mars/analysis/profiler.py
src/mars/analysis/report.py
src/mars/compute/__init__.py
src/mars/compute/binning.py
src/mars/compute/materialization.py
src/mars/compute/missing.py
src/mars/compute/stability.py
src/mars/core/__init__.py
src/mars/core/base.py
src/mars/core/constants.py
src/mars/core/exceptions.py
src/mars/feature/__init__.py
src/mars/feature/base.py
src/mars/feature/binner.py
src/mars/feature/lite_opt_binner.py
src/mars/feature/native_binner.py
src/mars/feature/optimal_binner.py
src/mars/feature/selector.py
src/mars/modeling/__init__.py
src/mars/modeling/artifacts/__init__.py
src/mars/modeling/artifacts/io.py
src/mars/modeling/artifacts/paths.py
src/mars/modeling/backends/__init__.py
src/mars/modeling/backends/_dataset_mixin.py
src/mars/modeling/backends/_history_mixin.py
src/mars/modeling/backends/_logistic_diagnostics.py
src/mars/modeling/backends/_logistic_model.py
src/mars/modeling/backends/_objective_mixin.py
src/mars/modeling/backends/adapters.py
src/mars/modeling/backends/base.py
src/mars/modeling/backends/catboost.py
src/mars/modeling/backends/common.py
src/mars/modeling/backends/lightgbm.py
src/mars/modeling/backends/logistic.py
src/mars/modeling/backends/registry.py
src/mars/modeling/backends/xgboost.py
src/mars/modeling/contracts/__init__.py
src/mars/modeling/contracts/_artifact_frames.py
src/mars/modeling/contracts/feature_growth_result.py
src/mars/modeling/contracts/replay_result.py
src/mars/modeling/contracts/report.py
src/mars/modeling/contracts/specs.py
src/mars/modeling/contracts/tuning_result.py
src/mars/modeling/evaluation/__init__.py
src/mars/modeling/evaluation/_metric_block.py
src/mars/modeling/evaluation/_ordering.py
src/mars/modeling/evaluation/_psi_details.py
src/mars/modeling/evaluation/evaluator.py
src/mars/modeling/evaluation/metrics.py
src/mars/modeling/evaluation/tables.py
src/mars/modeling/inference/__init__.py
src/mars/modeling/inference/predictor.py
src/mars/modeling/workflows/__init__.py
src/mars/modeling/workflows/_backend_factory.py
src/mars/modeling/workflows/_importance.py
src/mars/modeling/workflows/_runtime_metadata.py
src/mars/modeling/workflows/_session_evaluate_ops.py
src/mars/modeling/workflows/_session_growth_ops.py
src/mars/modeling/workflows/_session_replay_ops.py
src/mars/modeling/workflows/_session_slice_ops.py
src/mars/modeling/workflows/_session_tune_ops.py
src/mars/modeling/workflows/_spec_builder.py
src/mars/modeling/workflows/_splitter_pandas_mixin.py
src/mars/modeling/workflows/_splitter_polars_mixin.py
src/mars/modeling/workflows/feature_growth.py
src/mars/modeling/workflows/replay.py
src/mars/modeling/workflows/session.py
src/mars/modeling/workflows/splitter.py
src/mars/modeling/workflows/tuner.py
src/mars/monitoring/__init__.py
src/mars/monitoring/alerting.py
src/mars/monitoring/monitor.py
src/mars/pipeline/__init__.py
src/mars/pipeline/base.py
src/mars/pipeline/pipeline.py
src/mars/pipeline/steps.py
src/mars/reporting/__init__.py
src/mars/reporting/html_assets.py
src/mars/reporting/modeling_html.py
src/mars/reporting/plotter.py
src/mars/scoring/__init__.py
src/mars/scoring/scorecard.py
src/mars/utils/__init__.py
src/mars/utils/date.py
src/mars/utils/decorators.py
src/mars/utils/html.py
src/mars/utils/imports.py
src/mars/utils/logger.py
src/mars_risk.egg-info/PKG-INFO
src/mars_risk.egg-info/SOURCES.txt
src/mars_risk.egg-info/dependency_links.txt
src/mars_risk.egg-info/requires.txt
src/mars_risk.egg-info/top_level.txt
tests/test_architecture_constants.py
tests/test_binner.py
tests/test_evaluator.py
tests/test_lite_opt_binner.py
tests/test_modeling_evaluator.py
tests/test_modeling_pipeline.py
tests/test_modeling_slicer.py
tests/test_modeling_testbench.py
tests/test_modeling_tuner.py
tests/test_monitoring.py
tests/test_pipeline.py
tests/test_plotter.py
tests/test_private_docstrings.py
tests/test_profiler.py
tests/test_scoring.py
tests/test_selector.py
tests/test_shared_refactor.py