src/skills/evaluation/regression_metrics/SKILL.md
Compute regression evaluation metrics
npx skillsauth add sadjad6/open-autonomous-research-lab regression_metricsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compute regression evaluation metrics
After regression model training
sklearn
from src.skills.evaluation.regression_metrics import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Report all three metrics together
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations