Benchmarking and Model Selection¶
Synthetic benchmarks are the fastest way to compare estimators and debug workflows.
Run the benchmark suite¶
Or run the canonical suite:
Read the outputs¶
results/results.csvresults/aggregate.csvresults/report.htmlresults/metadata.json
Use the estimator selection guide¶
Start with the decision tree and adjust based on diagnostics:
Practical tips¶
- Always compare against ground truth on synthetic benchmarks.
- Keep configs and seeds fixed when comparing estimators.