掲題の件につきまして、現在Machine Learningを使用して機械学習を行っています。
そこで質問になるのですが、デザイナー機能を使用して学習結果をCSVでエクスポートしようとしているのですが、
Export DataモデルでCSV形式に設定していてもCSVではない形式で共有せれてしまうのですが、原因がわからない状況です。
ご教示のほどよろしくお願いいたします。
掲題の件につきまして、現在Machine Learningを使用して機械学習を行っています。
そこで質問になるのですが、デザイナー機能を使用して学習結果をCSVでエクスポートしようとしているのですが、
Export DataモデルでCSV形式に設定していてもCSVではない形式で共有せれてしまうのですが、原因がわからない状況です。
ご教示のほどよろしくお願いいたします。
@63862379 Posting the same question in English since this most of the users on this forum use English and it would be easier to respond for the community.
Regarding the subject matter, we are currently conducting machine learning using Machine Learning.
So the question is, I'm trying to export the learning results in CSV using the designer function,
but even if I set it to CSV format in the Export Data model, it can be shared in a format other than CSV. However, the cause is unknown.
Thank you for your guidance.
@63862379 Are you referring to the export data module of the designer from ml.azure.com?
I think I understand the issue, Are you seeing that the .csv format of file is not listed on the blob storage?
Since the input is a dataframe directory to export module the output format selected should still be the format you selected, in this case CSV. The file name extension only might be missing. You can still open the csv file in excel and it will recognize the delimiters and headers so you can convert it into excel files.
You can also avoid this by providing the .csv extension in the path itself in export settings and file will be exported as a csv file directly.

Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
Want a reminder to come back and check responses? Here is how to subscribe to a notification
If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
@63862379 Thank you for checking. I hope you can accept my answer as an answer by clicking the Accept Answer button.
9 people are following this question.