Which module should you use?

Posted by: Pdfprep Category: DP-100 Tags: , ,

You are moving a large dataset from Azure Machine Learning Studio to a Weka environment.

You need to format the data for the Weka environment.

Which module should you use?
A . Convert to CSV
B . Convert to Dataset
C . Convert to ARFF
D . Convert to SVMLight

Answer: C

Explanation:

Use the Convert to ARFF module in Azure Machine Learning Studio, to convert datasets and results in Azure Machine Learning to the attribute-relation file format used by the Weka toolset. This format is known as ARFF.

The ARFF data specification for Weka supports multiple machine learning tasks, including data preprocessing, classification, and feature selection. In this format, data is organized by entites and their attributes, and is contained in a single text file.

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

Leave a Reply

Your email address will not be published.