How to export Azure Machine Learning output to CSV

5.3k Views Asked by At

I have created an Azure ML experiment which will give the output as predicted probability values and some charts such as bar chart, pie chart, etc. Now I am able to see the outputs in Azure ML's output page.

How can I export my Azure ML experiment results to CSV (or any other similar format)?

3

There are 3 best solutions below

4
On

You can just configure that by using the modules under Data Format Conversions. Have a look here and here. Documentation is in progress, unluckily.

0
On

Once you've trained your model, publish it as a web service. Then from published service, you can Download Excel Workbook. Through this workbook, it will run your web service with the data you input into excel. Then it will show the predicted values.

enter image description here

0
On

You can add a module called convert to csv in your experiment. The Run selected module.

Right click after the module is run and click on 'Download'