본문으로 건너뛰기
이 콘텐츠는 아직 사용자의 언어로 제공되지 않아 영어로 표시됩니다.

cuML Machine Learning Skill

Skill 확인됨
92

Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.

AI 요약

This skill leverages NVIDIA cuML for high-performance machine learning on tabular data. It supports a wide range of tasks including classification, regression, clustering, dimensionality reduction, and preprocessing, with examples provided for each. The skill automatically detects and utilizes GPU acceleration when available, falling back to CPU-based scikit-learn if not. It requires input data to be in float32 or float64 format and categorical features to be encoded.

Documentation

  • info:Configuration & parameter referenceWhile parameters for models are implicitly referenced by their use in examples, explicit documentation for all parameters, including defaults, is missing. The initialization code provides a fallback mechanism but doesn't explicitly document precedence.

Versioning

  • warning:Release ManagementThere is no version information (e.g., from SKILL.md frontmatter, package.json, or CHANGELOG) to indicate a specific release version of this skill.

Code Execution

  • warning:ValidationWhile the skill attempts to cast input data to float32/float64, explicit schema validation or sanitization for file paths or other inputs is not evident.
  • info:LoggingThe initialization code prints messages to stderr indicating GPU availability or fallback, but there is no structured audit log for actions taken.

설치

npx skills add langchain-ai/deepagents

Vercel skills CLI(skills.sh)를 npx로 실행합니다. 로컬에 Node.js와 skills 호환 에이전트(Claude Code, Cursor, Codex 등) 중 하나 이상이 설치되어 있어야 합니다. 저장소가 agentskills.io 형식을 따른다고 가정합니다.

5 days ago에 업데이트됨
소스 코드 보기