【发布时间】:2020-06-27 07:53:03
【问题描述】:
问题:是否可以多次训练来自 Google AutoML 的同一个模型?
问题:我有几个包含时间序列数据的数据集。示例:
- 数据集 A:[[product1, date1, price], [product1, date2, price]]
- 数据集 B:[[product2, date1, price], [product2, date2, price]]
- 数据集 C:[[product3, date1, price], [product3, date2, price]]
在 Google AutoML 中描述列时,您可以将数据标记为时间序列数据,并将日期列指定为时间序列。记住它是时间序列数据非常重要。我认为合并数据集不是一个好主意,因为会有重复的日期。
是否可以在数据集 A 上训练模型,然后在数据集 B 等上完成训练,或者您会建议合并数据集吗?
谢谢。
【问题讨论】: