mirror of
https://github.com/PyP-Quant/quant-trading-strategy-templates.git
synced 2026-08-26 00:58:04 +00:00
feat: expand quant templates to fifty projects
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"pair": "EURUSD",
|
||||
"timeframe": "15m",
|
||||
"model_family": "sklearn",
|
||||
"model_family": "sklearn LogisticRegression",
|
||||
"runtime_target": "edge",
|
||||
"artifact_format": "weights_bundle",
|
||||
"parameters": {
|
||||
@@ -10,6 +10,19 @@
|
||||
"threshold": 0.0008,
|
||||
"min_confidence": 0.48
|
||||
},
|
||||
"training_requirements": ["numpy", "pandas", "scikit-learn", "joblib"],
|
||||
"inference_requirements": ["numpy", "pandas", "scikit-learn", "joblib"]
|
||||
"training_requirements": [
|
||||
"numpy",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"joblib"
|
||||
],
|
||||
"inference_requirements": [
|
||||
"numpy",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"joblib"
|
||||
],
|
||||
"symbol": "EURUSD",
|
||||
"description": "EURUSD logistic regression baseline classifier",
|
||||
"disclaimer": "Educational template only. Not financial advice."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user