LICENSE
README.md
pyproject.toml
src/panelcast/__init__.py
src/panelcast/doctor.py
src/panelcast/model_preflight.py
src/panelcast/model_preflight_data.py
src/panelcast/paths.py
src/panelcast/py.typed
src/panelcast.egg-info/PKG-INFO
src/panelcast.egg-info/SOURCES.txt
src/panelcast.egg-info/dependency_links.txt
src/panelcast.egg-info/entry_points.txt
src/panelcast.egg-info/requires.txt
src/panelcast.egg-info/top_level.txt
src/panelcast/_data/datasets/aero.yaml
src/panelcast/_data/datasets/aoty_full.yaml
src/panelcast/_data/examples/aerospace/descriptor.yaml
src/panelcast/_data/examples/aerospace/flights.csv
src/panelcast/cli/__init__.py
src/panelcast/cli/backtest_cmd.py
src/panelcast/cli/commands.py
src/panelcast/cli/doctor_cmd.py
src/panelcast/cli/main.py
src/panelcast/cli/preflight_cmd.py
src/panelcast/cli/replicate_cmd.py
src/panelcast/cli/run.py
src/panelcast/cli/runs_cmd.py
src/panelcast/cli/select_cmd.py
src/panelcast/cli/stack_cmd.py
src/panelcast/cli/stages.py
src/panelcast/config/descriptor.py
src/panelcast/config/gates.py
src/panelcast/config/loader.py
src/panelcast/config/pipeline_yaml.py
src/panelcast/data/alignment.py
src/panelcast/data/chronology.py
src/panelcast/data/cleaning.py
src/panelcast/data/imputation.py
src/panelcast/data/ingest.py
src/panelcast/data/lineage.py
src/panelcast/data/manifests.py
src/panelcast/data/split.py
src/panelcast/data/split_types.py
src/panelcast/data/validation.py
src/panelcast/evaluation/__init__.py
src/panelcast/evaluation/calibration.py
src/panelcast/evaluation/conformal.py
src/panelcast/evaluation/cv.py
src/panelcast/evaluation/decomposition.py
src/panelcast/evaluation/metrics.py
src/panelcast/evaluation/ppc.py
src/panelcast/evaluation/prior_predictive.py
src/panelcast/evaluation/ranking.py
src/panelcast/evaluation/slices.py
src/panelcast/features/__init__.py
src/panelcast/features/album_type.py
src/panelcast/features/artist.py
src/panelcast/features/base.py
src/panelcast/features/basis.py
src/panelcast/features/collaboration.py
src/panelcast/features/core.py
src/panelcast/features/errors.py
src/panelcast/features/gbm_offset.py
src/panelcast/features/genre.py
src/panelcast/features/history.py
src/panelcast/features/pca.py
src/panelcast/features/pipeline.py
src/panelcast/features/registry.py
src/panelcast/features/temporal.py
src/panelcast/features/packs/__init__.py
src/panelcast/features/packs/aoty.py
src/panelcast/gpu_memory/__init__.py
src/panelcast/gpu_memory/admission.py
src/panelcast/gpu_memory/calibration_store.py
src/panelcast/gpu_memory/estimate.py
src/panelcast/gpu_memory/measure.py
src/panelcast/gpu_memory/platform.py
src/panelcast/gpu_memory/query.py
src/panelcast/gpu_memory/runtime_predictor.py
src/panelcast/io/paths.py
src/panelcast/io/readers.py
src/panelcast/io/writers.py
src/panelcast/models/__init__.py
src/panelcast/models/baselines/__init__.py
src/panelcast/models/baselines/core.py
src/panelcast/models/bayes/__init__.py
src/panelcast/models/bayes/checkpoint.py
src/panelcast/models/bayes/diagnostics.py
src/panelcast/models/bayes/fit.py
src/panelcast/models/bayes/io.py
src/panelcast/models/bayes/likelihoods.py
src/panelcast/models/bayes/model.py
src/panelcast/models/bayes/model_math.py
src/panelcast/models/bayes/predict.py
src/panelcast/models/bayes/priors.py
src/panelcast/models/bayes/rollout.py
src/panelcast/models/bayes/transforms.py
src/panelcast/pipelines/__init__.py
src/panelcast/pipelines/backtest.py
src/panelcast/pipelines/build_features.py
src/panelcast/pipelines/compare_baselines.py
src/panelcast/pipelines/create_splits.py
src/panelcast/pipelines/diagnose.py
src/panelcast/pipelines/errors.py
src/panelcast/pipelines/evaluate.py
src/panelcast/pipelines/manifest.py
src/panelcast/pipelines/orchestrator.py
src/panelcast/pipelines/predict_next.py
src/panelcast/pipelines/prepare_dataset.py
src/panelcast/pipelines/publication.py
src/panelcast/pipelines/sensitivity.py
src/panelcast/pipelines/stages.py
src/panelcast/pipelines/stamps.py
src/panelcast/pipelines/train_bayes.py
src/panelcast/pipelines/training_summary.py
src/panelcast/preflight/__init__.py
src/panelcast/preflight/cache.py
src/panelcast/preflight/calibrate.py
src/panelcast/preflight/check.py
src/panelcast/preflight/full_check.py
src/panelcast/preflight/mini_run.py
src/panelcast/preflight/output.py
src/panelcast/replicate/__init__.py
src/panelcast/replicate/evaluate.py
src/panelcast/replicate/extractors.py
src/panelcast/replicate/pack.py
src/panelcast/replicate/spec.py
src/panelcast/reporting/__init__.py
src/panelcast/reporting/curves.py
src/panelcast/reporting/figures.py
src/panelcast/reporting/html_report.py
src/panelcast/reporting/model_card.py
src/panelcast/reporting/tables.py
src/panelcast/select/__init__.py
src/panelcast/select/confirmation.py
src/panelcast/select/orchestrate.py
src/panelcast/select/prior_screen.py
src/panelcast/select/rules.py
src/panelcast/select/runner.py
src/panelcast/select/scoring.py
src/panelcast/select/space.py
src/panelcast/select/stacking.py
src/panelcast/select/tiers.py
src/panelcast/utils/environment.py
src/panelcast/utils/git_state.py
src/panelcast/utils/hashing.py
src/panelcast/utils/jax_cache.py
src/panelcast/utils/logging.py
src/panelcast/utils/random.py
src/panelcast/visualization/__init__.py
src/panelcast/visualization/charts.py
src/panelcast/visualization/dashboard.py
src/panelcast/visualization/export.py
src/panelcast/visualization/theme.py