【发布时间】:2020-10-30 03:32:52
【问题描述】:
我想实现一个运动 prediction,其中模型的(测试)输入只有 20 个变量(训练获得)中的 1 个(ID)
我在 python 中使用 keras 构建了一个 NN 回归模型,该模型使用约 20 个输入变量,包括 ID, minutes_played, score,...。
现在我想知道是否可以只为经过训练的模型(具有 20 个变量)提供 ID 变量并为该 ID 获取 "prediction"。
或者如果没有有用的输入数据,我还能如何预测?
【问题讨论】:
标签: python machine-learning keras regression prediction