longbridge-ml-strategy

Installation
SKILL.md

longbridge-ml-strategy

Walk-forward machine-learning framework for stock direction prediction. Fetches historical OHLCV data, engineers technical features, trains a rolling classifier (Random Forest or Gradient Boosting), generates probabilistic buy/sell signals, and evaluates backtest performance.

Response language: match the user's input language — Simplified Chinese / Traditional Chinese / English.

Dependencies

Requires: scikit-learn, pandas, numpy (usually pre-installed). Optional: xgboost or lightgbm for gradient-boosting models. If unavailable, fall back to a simpler logistic-regression model.

When to use

  • User asks for ML-based prediction, rolling model training, feature-importance analysis, or AI-driven entry/exit signals for a single stock.
  • Triggers: "用机器学习预测 TSLA 涨跌", "NVDA random forest strategy", "walk-forward backtest AAPL".

Workflow

Related skills
Installs
62
GitHub Stars
6
First Seen
4 days ago