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

change strategy settings

parent f29baf89
...@@ -8,13 +8,20 @@ ...@@ -8,13 +8,20 @@
"post_process": ["winsorize", "standardize"] "post_process": ["winsorize", "standardize"]
}, },
"risk_model": "short", "risk_model":
"alpha_model": "LinearRegression", {
"features": ["EPS", "ROEDiluted"], "type": "short",
"neutralize_risk": ["SIZE", "industry_styles"]
},
"alpha_model":
{
"model_type": "LinearRegression",
"features": ["EPS", "ROEDiluted"],
"parameters": "parameters":
{ {
"fit_intercept": false "fit_intercept": false
}
}, },
"freq": "1d", "freq": "1d",
...@@ -25,7 +32,12 @@ ...@@ -25,7 +32,12 @@
"optimizer": "optimizer":
{ {
"build_type": "risk_neutral", "type": "risk_neutral",
"neutralize_risk": ["SIZE", "industry_styles"] "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