experiment

Automate feature-engineering experiments on the statcast-gbm model.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/edpaget/bot-showalter --skill experiment-edpaget
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: experiment
Source: https://github.com/edpaget/bot-showalter/tree/main/.claude/skills/experiment
Command: npx skills add https://github.com/edpaget/bot-showalter --skill experiment-edpaget

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of feature-engineering experiments on the statcast-gbm model, improving its predictive accuracy and efficiency.

Core Features & Use Cases

  • Automated Experiment Loop: Runs a full experiment loop for feature discovery and validation.
  • Diagnosis and Hypothesis Generation: Identifies model weaknesses and generates testable hypotheses.
  • Correlation Screening and Testing: Uses correlation to screen candidates and tests them with fast feedback tools.
  • Logging and Validation: Logs results and validates winners to refine the model.
  • Use Case: When a user wants to experiment with the statcast-gbm model to improve its performance, this Skill can be used to automate the process.

Quick Start

Run the experiment skill with the player type 'batter' and target 'slg', with a budget of 10 iterations: experiment batter slg --budget 10

Frequently Asked Questions about experiment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate feature engineering for a statistical sports analytics model?

Automate feature engineering for a statistical sports analytics model by running an experiment loop that identifies weaknesses, generates hypotheses, tests candidates, and logs results to validate winners.

What is the best way to run feature engineering experiments on the statcast-gbm model?

Run feature engineering experiments on the statcast-gbm model by executing the experiment command with player type, target, and a set iteration budget to trigger the automated hypothesis and validation loop.

How does automated hypothesis generation work for predictive modeling?

Automated hypothesis generation for predictive modeling works by diagnosing model weaknesses, using correlation screening to filter candidate features, and testing them with fast feedback tools to validate improvements.

Do I need access to the statcast-gbm model to run experiment automation?

Yes, you need access to the statcast-gbm model and its associated data to run experiment automation, as the Skill requires this baseline to identify weaknesses and validate new features.

Can I limit the number of iterations when testing feature engineering candidates?

Yes, you can limit iterations when testing feature engineering candidates by setting a specific budget parameter in the command, such as using a budget of 10 to constrain the experiment loop.

Why should I use automated correlation screening for machine learning feature selection?

Automated correlation screening for machine learning feature selection filters candidate variables quickly before full testing, reducing wasted iterations and isolating the most promising predictive features for validation.