mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-17 04:28:05 +00:00
31 lines
628 B
JSON
31 lines
628 B
JSON
{
|
|
"pair": "BTCUSDT",
|
|
"timeframe": "1h",
|
|
"model_family": "LightGBM",
|
|
"runtime_target": "modal",
|
|
"artifact_format": "joblib_bundle",
|
|
"parameters": {
|
|
"lookback": 120,
|
|
"horizon": 3,
|
|
"threshold": 0.006,
|
|
"min_confidence": 0.46
|
|
},
|
|
"training_requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn",
|
|
"lightgbm",
|
|
"joblib"
|
|
],
|
|
"inference_requirements": [
|
|
"numpy",
|
|
"pandas",
|
|
"scikit-learn",
|
|
"lightgbm",
|
|
"joblib"
|
|
],
|
|
"symbol": "BTCUSDT",
|
|
"description": "BTCUSDT LightGBM crypto trend classifier",
|
|
"disclaimer": "Educational template only. Not financial advice."
|
|
}
|