Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (45.3k points)
I have an experiment in azure machine learning studio, and I would like to the see entire scored dataset.

Naturally, I used the 'visualize' option on the scored dataset but these yields only 100 rows (the test dataset is around 500 rows)

I also tried the 'save as dataset' option, but then the file does not open well with excel or text editor (special character encoding)

Basically, I want to see the entire test data with scored labels as table or download as .csv maybe

1 Answer

0 votes
by (16.8k points)

Try converting it to CSV module: 

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/convert-to-csv

After running your experiment, right click on your output of the module to download the CSV file.

Browse Categories

...