
Explanation:
The correct answer is C because the ARFF (Attribute-Relation File Format) is the native data format for the Weka toolset. The community discussion shows unanimous agreement (100% of answers and multiple comments confirming C), with references to Azure documentation supporting this. While Weka can handle other formats like CSV, ARFF is specifically designed for Weka and is the optimal choice when transferring data from Azure ML Studio to Weka. The Convert to ARFF module in Azure ML Studio directly addresses this requirement by converting datasets to Weka's preferred format.
You are transferring a large dataset from Azure Machine Learning Studio to a Weka environment and need to format the data appropriately for Weka.
Which module should you use?
A
Convert to CSV
B
Convert to Dataset
C
Convert to ARFF
D
Convert to SVMLight
No comments yet.