Agent skill for data-ml-model - invoke with $agent-data-ml-model
Install with Tessl CLI
npx tessl i github:ruvnet/claude-flow --skill agent-data-ml-model40
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
sklearn Pipeline structure and data splitting
sklearn Pipeline used
0%
100%
StandardScaler in pipeline
0%
100%
train_test_split used
100%
100%
test_size=0.2
100%
100%
random_state=42
100%
100%
Split before preprocessing
100%
100%
EDA present
100%
100%
Feature statistics computed
100%
100%
Data quality check
100%
100%
Pipeline fit on train only
0%
100%
Without context: $0.3845 · 1m 52s · 19 turns · 25 in / 6,633 out tokens
With context: $0.7562 · 2m 49s · 32 turns · 37 in / 9,374 out tokens
Model evaluation metrics and experiment logging
Cross-validation used
100%
100%
Confusion matrix produced
100%
100%
ROC/AUC computed
100%
100%
Feature importance reported
100%
100%
Experiments logged to file
100%
100%
Parameters recorded
75%
100%
Model assumptions documented
100%
100%
Model limitations documented
100%
100%
Multiple metrics reported
100%
100%
Results saved to files
100%
100%
Without context: $0.5871 · 2m 52s · 19 turns · 25 in / 12,645 out tokens
With context: $0.8575 · 3m 30s · 34 turns · 243 in / 11,813 out tokens
Preprocessing with mixed data types and model serialization
Missing values handled
100%
100%
Categorical encoding applied
100%
100%
Feature selection performed
0%
0%
Ensemble method used
100%
100%
Hyperparameter tuning performed
0%
0%
Model serialized to file
100%
100%
Serialization format correct
100%
100%
Preprocessing in pipeline
100%
100%
Model documentation written
100%
100%
Version or metadata recorded
100%
100%
Without context: $0.5222 · 2m 16s · 26 turns · 30 in / 7,451 out tokens
With context: $0.7148 · 2m 47s · 32 turns · 41 in / 8,825 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.