【发布时间】:2020-01-25 20:51:00
【问题描述】:
我有一个列表,其中包含按某些标准排序的最佳模型。我想获取变量的名称。例如,对于索引 [1,1],我得到以下信息:
print(opt_dos_variables_2[1,1]) c...Intercept.....ICI....LC.. "ICI"
I just want the string between " ", i.e., the ICI.
What should I modify?
Thanks!
【问题讨论】:
-
这可能对你有帮助 ...stackoverflow.com/questions/36292450/…