prediction-models
多模型预测引擎详解,包含统计学、机器学习、深度学习及启发式算法模型 (Models A-J)。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
多模型预测引擎详解,包含统计学、机器学习、深度学习及启发式算法模型 (Models A-J)。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
本项目使用的 AI API 配置、技术指标规范及项目架构参考手册。
彩票数据管理手册,包含数据抓取、增量更新逻辑及多彩种数据预处理规则。
中国福利彩票与体育彩票官方规则手册,包含购彩、开奖、中奖标准及兑奖信息。
Logic and process for AI-driven lottery analysis and prediction.
| name | prediction_models |
| description | 多模型预测引擎详解,包含统计学、机器学习、深度学习及启发式算法模型 (Models A-J)。 |
本项目采用集成学习思想,结合多种不同原理的预测模型(A-J),旨在捕捉彩票数据中的线性、非线性、时序及统计规律。
Model A: Statistical Similarity (统计相似度)
Model G: HMM (Hidden Markov Model, 隐马尔可夫模型)
Model H: EVT (Extreme Value Theory, 极值理论)
Model J: Poisson & Convergence (泊松分布)
Model B: Random Forest (随机森林)
Model C: XGBoost (eXtreme Gradient Boosting)
Model E: LightGBM (Light Gradient Boosting Machine)
Model F: CatBoost (Categorical Boosting)
所有模型均通过 multi_model.py 统一调度。
# 运行所有模型预测双色球
python multi_model.py --lottery 双色球 --method all
# 单独运行模型 A
python multi_model.py --lottery 双色球 --method A
scikit-learn: Model A, B, G, Hxgboost: Model Clightgbm: Model Ecatboost: Model Ftorch: Model Dhmmlearn: Model Gscipy: Model Jpygad: Model I