ae1b565ca3
Adds plot_kl_bars/plot_kl_bars_pl (numpy/polars variants) for ranking which target dimension or pdg/material stratum drives KL regressions, with the same kl*n group capping as plot_marginals. Switches existing histogram plots to step-type/log-scale. Adds sample_frac to load_predicted_local for subsampling large predict parquets. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Training results
|
|
checkpoints/
|
|
|
|
# Predicted/scratch parquet files dropped in the repo root
|
|
/*.parquet
|