src/skills/machine_learning/target_encoder/SKILL.md
Encode categorical targets for ML
npx skillsauth add sadjad6/open-autonomous-research-lab target_encoderInstall 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.
Encode categorical targets for ML
When targets are categorical
sklearn
from src.skills.machine_learning.target_encoder import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Use ordinal encoding for ordered categories
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations