Scenario
You have just started working as a data miner/analyst in the Analytics Unit of a company. The Head of the Analytics Unit has brought you a dataset [a welcome present ;-))]. The dataset includes two files: a description of the attributes and a table with the actual values of these attributes. The Head of the Analytics Unit has mentioned to you that this is some sort of meteorological/weather data that a potential client has provided for analysis. The Head of the Analytics Unit would like to have a report with some insights about that data, that they could deliver to the client. Your tasks include:
· understanding the specifics of the dataset;
· extracting information about each of the attributes, possible associations between them, and any other specifics of the dataset.
The tasks in the assignment are specified below.
Datasets
For this dataset, you only have the attribute headings and a brief description, which you can find here: Download Assignment2-Attribute-Description (1).pdf. Each student is assigned an individual table with the actual values of these attributes. You will find your individual dataset Download Assignment2-Dataset-32130.zip with your student ID in the file name.
Tasks
1A. Initial data exploration
1. Identify the attribute type of each attribute in your dataset. If it's not clear, you may need to justify why you chose the type.
2. Identify the values of the summarising properties for the attributes, including frequency, location and spread (e.g. value ranges of the attributes, frequency of values, distributions, medians, means, variances, percentiles, etc. - the statistics that have been covered in the lectures and materials given). Note that not all of these summary statistics will make sense for all the attribute types, so use your judgement! Where necessary, use proper visualisations for the corresponding statistics.
3. Using KNIME or other tools, explore your dataset and identify any outliers, clusters of similar instances, "interesting" attributes and specific values of those attributes. Note that you may need to 'temporarily' recode attributes to numeric or from numeric to nominal. The report should include the corresponding snapshots from the tools and an explanation of what has been identified there.
Present your findings in the assignment report.
1B. Data preprocessing
Perform each of the following data preparation tasks (each task applies to the original data) using your choice of tool:
1. Use the following binning techniques to smooth the values of the Rainfall attribute:
I. Equi-width binning
II. Equi-depth binning
In the assignment report, for each of these techniques, you need to illustrate your steps. In your Excel workbook file place the results in separate columns in the corresponding spreadsheet. Use your judgement in choosing the appropriate number of bins - and justify this in the report.
2. Use the following techniques to normalise the attribute MaxTemp:
I. min-max normalization to transform the values onto the range [0.0-1.0].
II. z-score normalization to transform the values.
The assignment report provides an explanation of each of the applied techniques. In your Excel workbook file place the results in separate columns in the corresponding spreadsheet.
3. Discretise the WindSpeed3pm attribute into the following categories: Slow Wind, Medium Wind, Fast Wind, Very Fast wind. Provide the frequency of each category in your dataset.
Your assignment report should provide an explanation of each of the applied techniques. In your Excel workbook file place the results in a separate column in the corresponding spreadsheet.
4. Binarise the WindDir9am variable [with values "0" or "1"].
Your assignment report should provide an explanation of the applied binarisation technique. In your Excel workbook file place the results in separate columns in the corresponding spreadsheet.
1C. Summary
At the end of the report include a summary section in which you summarise your findings. The summary is not a narrative of what you have done, but a condensed informative section of what you have found about the data that you should report to the Head of the Analytics Unit. The summary may include the most important findings (specific characteristics (or values) of some attributes, important information about the distributions, some clusters identified visually that you propose to examine, associations found that should be investigated more rigorously, etc.).
Deliverables
The deliveries are:
· A report, for which the structure should follow the tasks of the assignment, and
· An Excel workbook file with individual spreadsheets for each task (spreadsheets should be labelled according to the task names, for example, "1A"). Each of the results of parts (a) to (d) in task 1B should be presented in a separate sheet (and respectively table in the assignment report).
In the report, include a section (starting with a section title) for each of the tasks in the assignment.
Your report will likely be 20-25 pages (can add few more extra pages) in length using an 11 or 12 point font, including title page and graphs. On average you will require between 15 and 23 hours to complete this assignment.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme