mojo 管道是否会按照训练期间的指定自动删除列?

Does a mojo-pipeline automatically drop columns as specified during training?

我有 运行 DAI 实验并构建了 mojo 管道。现在我有 b运行d 个新数据,其中包含我最初在 DAI GUI 中删除的列;例如 ID 列。 mojo-pipeline 在评分时会自动删除这些列还是我需要事先这样做?

mojo-pipeline 将忽略所有未用于训练的列 - 包括 DAI 中删除的列以及它们可能已引入数据中的任何新列。