本文介绍了为什么数据集列在Azure机器学习中无法通过CSV识别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个没有标题的csv文件。
它的1496行数据,以2列形式:

示例:

我去新的 - 数据集 - 从本地文件
选择我的文件, csv格式



但是在完成加载后,我收到一条错误消息我无法解密:

任何

此时Azure机器学习只接受逗号

code>分隔,美式CSV。



您需要转换为逗号分隔的CSV


I have created a csv file, with no header.its 1496 rows of data, on 2 columns in the form:

example:

I go to New - Dataset - From local filePick my file, and No header csv format

But after its done loading i get an error message i cant decrypt:

Any idea what is going wrong?

解决方案

At this time Azure Machine Learning only accepts the comma , seperated, American style CSV.

You will need to convert to a comma separated CSV

这篇关于为什么数据集列在Azure机器学习中无法通过CSV识别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 19:40