标签: python machine-learning
我正在关注this tutorial,并且正在尝试使用该模型进行预测。我想给模型一个价格,然后接收是否购买(1或0)的输出。
这是我尝试过的:
print(model.predict([6120]))
我得到了这个错误:
ValueError: Error when checking input: expected lstm_1_input to have 3 dimensions, but got array with shape (1, 1)