模型调优与优化规则 (Model Optimization Guide)

Tune model hyperparameters for SSQ lottery prediction with documented strategies.

11|4|Updated Feb 2, 2025
One-click install
npx skills add https://github.com/konglr/Lottery --skill model-optimization-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 模型调优与优化规则 (Model Optimization Guide)
Source: https://github.com/konglr/Lottery/tree/main/skills/model_optimization_guide
Command: npx skills add https://github.com/konglr/Lottery --skill model-optimization-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps you improve lottery prediction model performance by documenting repeatable hyperparameter tuning strategies and system-level fixes across multiple model families.

Core Features & Use Cases

  • Hyperparameter optimization recipes: Provides concrete Random Search/Grid Search/Optuna parameter settings for multiple models (e.g., RF/XGBoost/LightGBM/CatBoost, LSTM, SM similarity, HMM, EVT, GA).
  • Lottery-specific methodology: Covers双色球 SSQ-focused tuning for red/blue balls, including separate-pool handling and evaluation metrics like hit rate/top ranks and average rank.
  • Production-oriented debugging: Records key integration fixes such as blue_config parameter injection and tie-breaker noise to prevent deterministic “dead-loop” outputs.

Quick Start

Ask the AI to summarize the best-practice tuning settings for SSQ red/blue balls from this guide and propose an updated Optuna search plan that matches your evaluation targets.

Frequently Asked Questions about 模型调优与优化规则 (Model Optimization Guide)

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

FAQPage Schema
How do I tune hyperparameters for lottery sequence modeling using Optuna?

Tune lottery sequence modeling hyperparameters using Optuna by applying documented search recipes for LSTM and HMM models to optimize evaluation metrics like hit rate and average rank. The guide provides concrete parameter settings for SSQ red and blue ball separate-pool scenarios.

What is the best way to optimize XGBoost and LightGBM models for SSQ prediction?

Optimize XGBoost and LightGBM models for SSQ prediction by selecting documented Random Search, Grid Search, or Optuna parameter configurations. This methodology targets specific lottery evaluation metrics including top ranks and average rank performance.

Why does my lottery model output deterministic dead-loop predictions during tuning?

Lottery model deterministic dead-loop predictions occur due to missing tie-breaker noise and blue_config parameter injection. Applying these system-level fixes during hyperparameter tuning prevents repetitive outputs and stabilizes SSQ prediction ranking results.

Can I use EVT and GA models for extreme-value mean reversion in lottery analytics?

EVT and GA models support extreme-value mean reversion and evolutionary candidate generation in lottery analytics. The guide documents specific hyperparameter tuning strategies for these model families within SSQ scenarios to improve prediction outcomes.

Does this model tuning approach handle separate red and blue ball pools for SSQ?

The model tuning approach handles separate red and blue ball pools for SSQ through parameterized configurations and blue_config injection. It applies structured methodology to similarity-based scoring and sequence modeling tasks across distinct pools.

How do I start hyperparameter optimization for lottery prediction models?

Start hyperparameter optimization for lottery prediction models by asking the AI to summarize best-practice tuning settings for SSQ red and blue balls. The guide proposes updated Optuna search plans matched to your specific evaluation targets.