you are required to use Weka 3.6 (or a later version), you will then use throughout the duration of this subject.
Task 1: Weka data exploration [5 marks]
In Weka workbench (workbench option for 3.8 or explorer option for older versions), load diabetes.arff dataset to answer the following questions.
(a) How many instances and attributes (including the class attribute) does this dataset have? [1 mark]
(b) How many classes are present in the dataset and how many instances are there for each class ?[2 marks]
(c) Use histograms (with default settings) to show which age group has the highest number of samples? [2 marks]
you are required to use Weka 3.6 (or a later version), you will then use throughout...