initial commit for public eval

This commit is contained in:
Sebastian Rust
2026-05-27 21:00:28 +02:00
commit d77a1bf412
36 changed files with 5414 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "eval-analysis"
version = "0.1.0"
description = "Aggregate raw per-run data to tidy unit-of-observation CSVs"
requires-python = ">=3.12"
dependencies = [
"pandas>=2.2",
"numpy>=2.0",
"scipy>=1.13",
]