使用dockerfile训练模型时遇到问题

时间:2019-08-21 13:27:29

标签: python lme4

我正在尝试使用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'

0 个答案:

没有答案