src/skills/data_science/dimensionality_reduction/SKILL.md
Reduce feature space using PCA or t-SNE
npx skillsauth add sadjad6/open-autonomous-research-lab dimensionality_reductionInstall 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.
Reduce feature space using PCA or t-SNE
When dealing with high-dimensional data
sklearn
from src.skills.data_science.dimensionality_reduction import Skill
skill = Skill()
result = await skill.run(SkillInput(data={"key": "value"}))
Standardize features before PCA
tools
Generate scatter plot visualizations
testing
Generate publication-quality charts
tools
Generate pie chart visualizations
tools
Generate line chart visualizations