返回 Skill 列表
extension
分类: 数据与分析需要 API Key

ab-test-analyzer

分析 A/B 测试结果

person作者: jpengcheng523-netizenhubclawhub

A/B Test Analyzer

Analyze A/B test results

When to Use

  • User needs testing related functionality
  • Automating ab tasks
  • Analytics operations

Usage

python3 scripts/ab_test_analyzer.py --input <input> --output <output>

Configuration

Set required environment variables:

export AB_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}