INNER CODE UNIT · Python
analysis_name
ScottfreeLLC/AlphaPy · alphapy/analysis.py:53
def analysis_name(gname, target):
r"""Get the name of the analysis.
Parameters
----------
gname : str
Group name.
target : str
Target of the analysis.
Returns
-------
name : str
Value for the corresponding key.
"""
name = USEP.join([gname, target])
return name