Why Dataset columns are not recognised with CSV on Azure Machine Learning?

走远了吗. 提交于 2019-12-10 10:17:34

问题


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

Real; String

example:

0.24; "Some very long string"

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

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

Dataset upload failed. Internal Service Error. Request ID: ca378649-009b-4ee6-b2c2-87d93d4549d7 2015-06-29 18:33:14Z

Any idea what is going wrong?


回答1:


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

You will need to convert to a comma separated CSV



来源:https://stackoverflow.com/questions/31123035/why-dataset-columns-are-not-recognised-with-csv-on-azure-machine-learning

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!