我正在尝试使用dockerfile运行我的模型,但是面临lme.py文件的问题。模型运行被中止并弹出属性错误
我尝试使用require.txt文件,尝试使用R特定版本,但问题没有得到解决
tmp = df['index'].apply(lambda x: Series(x.split(':'), index=keys)) # unpack index into (potentially) separate columns
误差线
AttributeError: 'int' object has no attribute 'split'