Commit 3144c815 authored by Dr.李's avatar Dr.李

change strategy settings

parent f29baf89
......@@ -8,13 +8,20 @@
"post_process": ["winsorize", "standardize"]
},
"risk_model": "short",
"alpha_model": "LinearRegression",
"features": ["EPS", "ROEDiluted"],
"risk_model":
{
"type": "short",
"neutralize_risk": ["SIZE", "industry_styles"]
},
"parameters":
"alpha_model":
{
"fit_intercept": false
"model_type": "LinearRegression",
"features": ["EPS", "ROEDiluted"],
"parameters":
{
"fit_intercept": false
}
},
"freq": "1d",
......@@ -25,7 +32,12 @@
"optimizer":
{
"build_type": "risk_neutral",
"type": "risk_neutral",
"neutralize_risk": ["SIZE", "industry_styles"]
},
"executor":
{
"type": "naive"
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment