nerdexam
MicrosoftMicrosoft

DP-100 · Question #40

DP-100 Question #40: Real Exam Question with Answer & Explanation

The correct answer is C: Convert to ARFF. {"question_number": 8, "correct_answer": "C", "explanation": "Weka (Waikato Environment for Knowledge Analysis) uses the ARFF (Attribute-Relation File Format) as its native data format. ARFF files describe the attributes (features) and instances (rows) in a structured text format

Explore data and run experiments

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

Explanation

{"question_number": 8, "correct_answer": "C", "explanation": "Weka (Waikato Environment for Knowledge Analysis) uses the ARFF (Attribute-Relation File Format) as its native data format. ARFF files describe the attributes (features) and instances (rows) in a structured text format that Weka can read directly. The 'Convert to ARFF' module in Azure Machine Learning Studio outputs data in exactly this format. 'Convert to CSV' produces comma-separated text which Weka can import but is not its native format. 'Convert to Dataset' converts data into Azure ML's internal format. 'Convert to SVMLight' produces the sparse format used by SVM libraries like libSVM - not compatible with Weka natively.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Data formats#Weka#Azure Machine Learning Studio#Data preparation

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions