Commit 55b727e7 authored by Dr.李's avatar Dr.李

more specific naming

parent 03ea0ad0
...@@ -197,7 +197,7 @@ def factor_analysis(factors: pd.DataFrame, ...@@ -197,7 +197,7 @@ def factor_analysis(factors: pd.DataFrame,
risk_target=(risk_lbound, risk_ubound), risk_target=(risk_lbound, risk_ubound),
**kwargs) **kwargs)
else: elif method == 'rank':
# using rank builder # using rank builder
weights = build_portfolio(er, weights = build_portfolio(er,
builder='rank', builder='rank',
......
This diff is collapsed.
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