Pandas Experiment Management

When the user wants to record, store, and aggregate computational-experiment results for optimization algorithms with pandas - tidy one-row-per-run tables, run metadata (instance, seed, algorithm, parameters, runtime, objective), atomic CSV/parquet writing, aggregation across instances and seeds, and pivot tables for papers. Also use when the user mentions "experiment results," "results dataframe," "aggregate runs," "experiment tracking," "results CSV," "results parquet," or when thousands of raw runs must become one defensible paper table. For statistical comparison of algorithms, see algorithm-benchmarking-statistics; for turning result tables into figures, see matplotlib-optimization-visualization.

hajibabaie Updated

File contents

hajibabaie/combinatorial-optimization-skills/tree/main/skills/pandas-experiment-management commit 84e39332b6

Frequently asked questions

npx skillmds@latest add hajibabaie/pandas-experiment-management