mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-23 07:38:07 +00:00
feat: expand quant templates to fifty projects
This commit is contained in:
@@ -1 +1,28 @@
|
||||
{"pair":"ETHUSDT","timeframe":"30m","model_family":"sklearn","runtime_target":"edge","artifact_format":"weights_bundle","parameters":{"lookback":120,"horizon":4,"threshold":0.005,"min_confidence":0.5},"training_requirements":["numpy","pandas","scikit-learn","joblib"],"inference_requirements":["numpy","pandas","scikit-learn","joblib"]}
|
||||
{
|
||||
"pair": "ETHUSDT",
|
||||
"timeframe": "30m",
|
||||
"model_family": "sklearn RandomForest",
|
||||
"runtime_target": "edge",
|
||||
"artifact_format": "weights_bundle",
|
||||
"parameters": {
|
||||
"lookback": 120,
|
||||
"horizon": 4,
|
||||
"threshold": 0.005,
|
||||
"min_confidence": 0.5
|
||||
},
|
||||
"training_requirements": [
|
||||
"numpy",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"joblib"
|
||||
],
|
||||
"inference_requirements": [
|
||||
"numpy",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"joblib"
|
||||
],
|
||||
"symbol": "ETHUSDT",
|
||||
"description": "ETHUSDT volatility-aware directional classifier",
|
||||
"disclaimer": "Educational template only. Not financial advice."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user