【发布时间】:2022-10-06 02:42:04
【问题描述】:
我正在使用大型功能集(20,000 行 x 20,000 列),而 Vertex AI 的硬限制为 1,000 列。如何有效地将数据导入谷歌云,以便我可以在我的数据上运行 TensorFlow 模型或自动 ML?我无法找到有关此问题的文档。
-
limit for Vertex AI 是 1,000 列和 200,000,000 行是正确的。有一个支持超过 1000 列的数据集的持续请求,您可以查看public issue tracker 以获取更新。
标签: tensorflow google-cloud-platform google-cloud-automl google-cloud-vertex-ai