AI-100 · Question #152
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?
The correct answer is C. Convert to ARFF. 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…
Question
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?
Options
- AConvert to CSV
- BConvert to Dataset
- CConvert to ARFF
- DConvert to SVMLight
How the community answered
(36 responses)- A8% (3)
- B17% (6)
- C69% (25)
- D6% (2)
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. https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/convert-to-arff
Topics
Community Discussion
No community discussion yet for this question.