LICENSE
README.md
pyproject.toml
src/p2predict/__init__.py
src/p2predict/__main__.py
src/p2predict/cmdline_io.py
src/p2predict/explain.py
src/p2predict/feature_selection.py
src/p2predict/hpo_training.py
src/p2predict/input_checks.py
src/p2predict/intervals.py
src/p2predict/json_output.py
src/p2predict/model_evals.py
src/p2predict/model_utils.py
src/p2predict/outliers.py
src/p2predict/plotting.py
src/p2predict/prepare_data.py
src/p2predict/preprocessing.py
src/p2predict/quality.py
src/p2predict/trained_model_io.py
src/p2predict/training.py
src/p2predict/ui_console.py
src/p2predict/whatif.py
src/p2predict.egg-info/PKG-INFO
src/p2predict.egg-info/SOURCES.txt
src/p2predict.egg-info/dependency_links.txt
src/p2predict.egg-info/entry_points.txt
src/p2predict.egg-info/requires.txt
src/p2predict.egg-info/top_level.txt
src/p2predict/cli/__init__.py
src/p2predict/cli/predict.py
src/p2predict/cli/train.py
src/p2predict/mcp/__init__.py
src/p2predict/mcp/__main__.py
src/p2predict/mcp/conversions.py
src/p2predict/mcp/registry.py
src/p2predict/mcp/server.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_explain.py
tests/test_feature_selection.py
tests/test_feature_selection_leakage.py
tests/test_input_checks.py
tests/test_intervals.py
tests/test_io_and_evals.py
tests/test_json_output.py
tests/test_mcp.py
tests/test_outliers.py
tests/test_plotting.py
tests/test_prepare_data.py
tests/test_preprocessing.py
tests/test_quality.py
tests/test_training.py
tests/test_whatif.py