Feature engineering optimizer
Optimizes feature engineering pipelines and feature store configurationsFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill feature-engineering-optimizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.0 KB, 299 tokens by cl100k_base, as published. Nobody here has run it
Feature Engineering Optimizer
Overview
Optimizes feature engineering pipelines and feature store configurations. This skill improves ML feature quality, performance, and serving efficiency.
Capabilities
- Feature importance analysis
- Feature correlation detection
- Encoding strategy recommendations
- Feature freshness optimization
- Online/offline feature sync
- Feature versioning
- Point-in-time correctness validation
- Feature serving optimization
Input Schema
{
"features": [{
"name": "string",
"definition": "string",
"type": "string"
}],
"targetVariable": "string",
"useCases": ["batch|realtime|streaming"],
"performanceRequirements": "object"
}
Output Schema
{
"optimizedFeatures": ["object"],
"removedFeatures": ["string"],
"engineeringRecommendations": ["object"],
"servingConfig": "object"
}
Target Processes
- Feature Store Setup
- A/B Testing Pipeline
Usage Guidelines
- Provide complete feature definitions
- Specify target variable for importance analysis
- Define use cases (batch, realtime, streaming)
- Include performance requirements for serving optimization
Best Practices
- Validate point-in-time correctness for training features
- Remove highly correlated features to reduce redundancy
- Optimize feature freshness based on actual requirements
- Version features alongside model versions
- Monitor feature drift in production
What ships with it: 1 file
460 B alongside SKILL.md
- README.md460 B