AttributeError: 'list' object has no attribute 'predict'

后端 未结 0 1640
灰色年华
灰色年华 2020-11-21 19:45

I have been trying to deploy a ml model. The below error is thrown:

File "app.py", line 23, in predict
output = model.predict(df)
AttributeError

相关标签:
回答
  • 消灭零回复
提交回复
热议问题