Task A. [20 marks] Data Choice.
Name the chosen data set(s) (from module resources, UCI ML Repository or other open data sources or own collection) and describe the data (e.g. attribute types and values, source of data) Comment by Abdulrahman Alkandari: In this part on the red section is a link where I got the data and their a summary on the data
[5 marks]
Adult data set for salary prediction of 50K less or more
http://archive.ics.uci.edu/ml/datasets/adult
Describe the data mining problem (and background) you will address e.g. as a classification, prediction, association, clustering, or text mining related exercise
[5 marks] Classification and predicting, association rule task mining Comment by Abdulrahman Alkandari: The data mininig problem chosen to view this data
Introduce the specific data mining question(s) related to the problem, with specific reference to the dataset(s) and the expected or proposed outcome of the data mining task upon completion Comment by Abdulrahman Alkandari: In the red section the questions are.
How to predict the salaries based on the genders and other charateristics.
And finding the income of the adults
[10 marks]
Predicting the salaries and the best rules needed in knowing the income of the adults by reading the data.