experiment-breakout-bust

Automate feature engineering and testing for fantasy baseball breakout-bust predictions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, astral-uv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of experimenting with features to improve the accuracy of fantasy baseball breakout-bust predictions.

Core Features & Use Cases

  • Feature Engineering Experimentation: Run experiments to discover and test new features for breakout-bust predictions.
  • Automated Experiment Loop: Automates the entire process of diagnosing weaknesses, generating hypotheses, testing candidates, and logging results.
  • Model Comparison: Compare the performance of different feature sets on the breakout-bust classifier.
  • Use Case: A user looking to improve the accuracy of their breakout-bust predictions can use this Skill to automate the process of feature engineering and testing.

Quick Start

Run the experiment with the command: uv run fbm experiment --model breakout-bust --player-type batter

Frequently Asked Questions about experiment-breakout-bust

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

FAQPage Schema
How do I automate feature engineering for fantasy baseball predictions?

Automating feature engineering for fantasy baseball predictions involves running an experiment loop to diagnose model weaknesses, generate hypotheses, test candidate features, and log results. This Skill automates that entire iterative testing process for breakout-bust classifiers.

How do I test and compare features for a baseball breakout-bust model?

Testing and comparing features for a baseball breakout-bust model requires running automated experiments to evaluate different feature sets on the classifier. This Skill logs performance results to help you compare the accuracy of different engineered features.

Do I need Astral UV and Python to run model testing for fantasy baseball?

Yes, you need Python and Astral UV installed in your environment to run this model testing for fantasy baseball. Execution requires the command `uv run fbm experiment` to initiate the automated feature engineering and diagnostic loop.

What is the best way to generate hypotheses for breakout-bust predictions?

Generating hypotheses for breakout-bust predictions is best handled through an automated experiment loop that diagnoses model weaknesses and tests candidate features. This Skill systematically generates and validates hypotheses to improve prediction accuracy.

Can I run breakout-bust predictions specifically for batters?

Yes, you can run breakout-bust predictions specifically for batters by passing the `--player-type batter` argument. The command `uv run fbm experiment --model breakout-bust --player-type batter` initiates the feature testing loop for that player type.