Data analysis
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill data-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
This skill covers computing RMSE metrics from observational and simulated water temperature data.
SKILL.md
0.5 KB, as published. Nobody here has run it
Data Analysis Skill
Metrics Calculation
To calculate RMSE:
- Load observed and simulated data.
- Align data by date and depth.
- Use exact date-time match and rounded depth (nearest integer meter) for pairing.
- Calculate RMSE:
sqrt(mean((observed - simulated)^2))
RMSE Targets
- Overall RMSE: < 1.60
- Annual Deep RMSE: < 1.55 (depth >= 13 m)
- Summer Deep RMSE: < 1.70 (depth >= 13 m, months 6-9)