Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我进行了 DAI 实验并构建了 mojo 管道。现在我有了全新的数据,其中包含我最初在 DAI GUI 中放置的列;以 ID 列为例。mojo-pipeline 是否会在评分时自动删除这些列,还是我需要事先这样做?
mojo-pipeline 将忽略所有未用于训练的列 - 包括在 DAI 中删除的列以及它们可能已引入数据的任何新列。