Machine Learningについての質問

栗田真孝 21 Reputation points
2021-09-10T05:17:47.517+00:00

掲題の件につきまして、現在Machine Learningを使用して機械学習を行っています。
そこで質問になるのですが、デザイナー機能を使用して学習結果をCSVでエクスポートしようとしているのですが、
Export DataモデルでCSV形式に設定していてもCSVではない形式で共有せれてしまうのですが、原因がわからない状況です。
ご教示のほどよろしくお願いいたします。

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
{count} votes

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2021-09-10T10:15:10.237+00:00

    @栗田真孝 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.

    131128-image.png

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png 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

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.