Dear user group,
I found a minor error for elastic net when the group column contains no-numeric
characters.
It can be fixed by changing the below code in elastic_net_generate_result.py
grouping_info = "\'"+ '\',\''.join([str(res[grp_col.strip()])
for grp_col in grouping_str1.split(',')
if grp_col.strip() in res.keys()]) + "\',"
Regards,
Luyao Chen
