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.
Azure ML 支持对我说,分隔符必须是逗号,这会导致数据以分号作为分隔符并且单元格值中有很多逗号时造成太多麻烦。
那么如何在 Azure ML 中处理分号分隔的 CSV 文件呢?
Azure ML 仅接受逗号,分隔的 CSV。做一些工作。使用文本编辑器打开您的数据文件。(记事本可以解决问题)。用'tab'查找并替换所有分号(使其成为TSV),然后数据值中的逗号可能不会出现问题。确保定义输入是 TSV;不是 CSV。
,