Sustainable business performance management

Assignment Help Other Subject
Reference no: EM132569350

Learning objective 1. apply knowledge of people, markets, finances, technology and management in a global context of business intelligence practice (data warehousing and big data architecture, data mining process, data visualisation and performance management) and resulting organisational change and understand how these apply to the implementation of business intelligence in organisation systems and business processes

Learning objective 2. identify and solve complex organisational problems creatively and practically through the use of business intelligence and critically reflect on how evidence based decision making and sustainable business performance management can effectively address real-world problems

Learning objective 3. comprehend and address complex ethical dilemmas that arise from evidence based decision making and business performance management

Learning objective 4. communicate effectively in a clear and concise manner in written report style for senior management with the correct and appropriate acknowledgment of the main ideas presented and discussed.

Assignment Three main tasks and a number of sub tasks Task 1

The goal of Task 1 is to predict the likelihood of rainfall tomorrow (next day) based on today's weather conditions. Task 1 of Assignment 3 requires you to use the data mining tool RapidMiner to analyse and report on the weatherAUS.csv data set. Review the data dictionary for weatherAUS.csv data set (Table 1). The dataset contains over 170,000 daily observations from January 2008 through to December 2019 from 49 Australian weather stations.

In completing Task 1 you will apply the business understanding, data understanding, data preparation, modelling and evaluation phases of the CRISP DM data mining process.

Table 1 Data dictionary for Australian Weather Data set variables

Variable Name

Data Type

Description

Date

Date

Date of weather observation

Location

Text

Common name of the location of the weather station.

MinTemp

Real

Minimum temperature in degrees Celsius.

MaxTemp

Real

Maximum temperature in degrees Celsius.

Rainfall

Real

Amount of rainfall recorded for the day in mm.

Evaporation

Real

So-called Class A pan evaporation (mm) in 24 hours to 9am.

Sunshine

Real

Number of hours of bright sunshine in the day.

WindGustDir

Polynominal

Direction of the strongest wind gust in the 24 hours to

midnight.

WindGustSpeed

Integer

Speed (km/h) of the strongest wind gust in the 24 hours

to midnight.

WindDir9am

Polynominal

Direction of wind at 9am

WindDir3pm

Polynominal

Direction of wind at 3pm

WindSpeed9am

Integer

Wind speed (km/hr) averaged over 10 minutes prior to

9am.

WindSpeed3pm

Integer

Wind speed (km/hr) averaged over 10 minutes prior to 3pm.

Humidity9am

Integer

Relative humidity (percent) at 9am.

Humidity3pm

Integer

Relative humidity (percent) at 3pm.

Pressure9am

Real

Atmospheric pressure (hpa) reduced to mean sea level at

9am.

Pressure3pm

Real

Atmospheric pressure (hpa) reduced to mean sea level at

3pm.

Cloud9am

Integer

Fraction of sky obscured by cloud at 9am. This is measured in "oktas", which are a unit of eighths. It records how many eights of the sky are obscured by cloud. A 0 measure indicates completely clear sky whilst

an 8 indicates that it is completely overcast.

Cloud3pm

Integer

Fraction of sky obscured by cloud (in "oktas": eighths) at

3pm. See Cload9am for a description of the values.

Temp9am

Real

Temperature (degrees C) at 9am.

Temp3pm

Real

Temperature (degrees C) at 3pm.

RainToday

Nominal

Integer: Yes if precipitation (mm) in the 24 hours to 9am

exceeds 1mm, otherwise No.

RISK_MM

Real

Amount of rain. A kind of measure of the "risk".

RainTomorrow

Nominal

Target variable. Did it rain tomorrow? Yes or No

An additional data set weatherAus-locations.csv is provided which can be joined with weatherAus.csv on the common variable/field location in order to provide more location specific data. See first record of weatherAUS-locations.csv data set

Task 1.1 Conduct an exploratory data analysis and data preparation of weatherAUS.csv data set using RapidMiner to understand the characteristics of each variable and the relationship of each variable to the other variables in the data set. Summarise the findings of your exploratory data analysis and data preparation in terms of describing key characteristics of each of the variables in the weatherAUS.csv data set such as maximum, minimum values, average, standard deviation, most frequent values (mode), missing values and invalid values etc and relationships with other variables, transformation of existing variables, creation of new variables in a table named Task 1.1 Results of Exploratory Data Analysis and Data Preparation.

Hint: Statistics Tab and Chart Tab in RapidMiner provide a lot of descriptive statistical information and useful charts like Barcharts, Scatterplots required for Task 1.1 etc. You might also like to look at running some correlations and chi square tests depending on whether a variable is a categorical variable or a numeric variable. Indicate in Task 1.1 Table which variables you consider to be the key variables which contribute most to determining whether it is likely to rain tomorrow. You could also consider transforming some variables and creating new variables and converting target / label variable into a binominal variable to facilitate analysis in Tasks 1.2, 1.3 and 1.4. Briefly discuss the key findings of your exploratory data analysis and data preparation and the justification for which variables are most likely to predict whether it is likely to rain tomorrow (15 marks 250 words).

Task 1.2 Build a Decision Tree model for predicting whether it is likely to rain tomorrow based on today's weather conditions and any other relevant variables using RapidMiner and a set of data mining operators and a reduced weatherAUS.csv data set in part determined by your exploratory data analysis in Task 1.1. Provide these outputs from RapidMiner (1) Final Decision Tree Model process, (2) Final Decision Tree diagram, and (3) Decision tree rules.

Briefly explain your final Decision Tree Model Process, and discuss the results of the Final Decision Tree Model drawing on the key outputs (Decision Tree Diagram, Decision Tree Rules) for predicting whether it is likely to rain tomorrow based on today's weather conditions and any other relevant variables and relevant supporting literature on interpretation of decision trees (6 marks 250 words).

Task 1.3 Build a Logistic Regression model for predicting whether it is likely to rain tomorrow based on today's weather conditions and any other relevant variables using RapidMiner and an appropriate set of data mining operators and a reduced weatherAUS.csv data set determined in part by your exploratory data analysis in Task 1.1. Provide these outputs from RapidMiner (1) Final Logistic Regression Model process and (2) Coefficients, and (3) Odds Ratios. Hint for Task 1.3 Logistic Regression Model you may need to change data types of some variables.

Briefly explain your final Logistic Regression Model Process, and discuss the results of the Final Logistic Regression Model drawing on the key outputs (Coefficients, Odds Ratios) for predicting whether it is likely to rain tomorrow and other relevant variables and relevant supporting literature on interpretation of logistic regression models (7 marks 250 words).

Task 1.4 You will need to validate your Final Decision Tree Model and Final Logistic Regression Model using the Cross-Validation Operator, Apply Model Operator and Performance Operator in your data mining processes.

Discuss and compare the performance of the Final Decision Tree Model with the Final Logistic Regression Model for predicting whether it is likely to rain tomorrow based the results of the confusion matrix, and ROC charts for each final model. You should use a table here to compare the key results of the confusion matrix for the Final Decision Tree Model and Final Logistic Regression Model using the model performance metrics - (1) accuracy (2) sensitivity (3) specificity and (4) F1 score (7 marks 250 words).

Note the important outputs from the data mining analyses conducted in RapidMiner for Task 1 should be included in your Assignment 3 report to provide support for your conclusions reached regarding each analysis conducted for Task 1.1, Task 1.2, Task 1.3 and Task 1.4. Note you can export important outputs from RapidMiner as jpg image files and include these screenshots in the relevant Task 1 parts of your Assignment 3 Report.

Note you will find the North Text book and RapidMiner Tutorials useful references for the data mining process activities conducted in Task 1 in relation to the exploratory data analysis and data preparation, decision tree analysis, logistic regression analysis and evaluation of the performance of the Final Decision Tree model and the Final Logistic Regression model. These concepts are covered in Chapters 9, 10 and 13 of North Textbook and in the tutorials contained within RapidMiner.

Task 2 Deep Learning, Artificial Intelligence and Ethics

Task 2.1 Define the concept of deep learning in context of artificial intelligence (AI) and identify and discuss an application of deep learning deploying a commonly used deep learning algorithm (advanced neural networks) successfully adopted in an industry and/or government sector drawing the relevant and current literature (15 marks 1000 words)
Task 2.2 Based on your review of deep learning in context of AI identify and discuss the key ethical concerns raised by using a deep learning algorithm to support decision making in a specific context with appropriate in-text referencing support. (15 marks 1000 words).

Task 3 Tableau Dashboard
Dashboard Scenario: You are required build a dashboard Australian Weather Location (AWL)that shows four different views of using Australian Weather data set that you used in Task 1 as specified in sub Tasks 3.1, 3.2, 3.3 and 3.4. An additional data set weatherAus- locations.csv is provided which will need to be joined with weatherAus.csv on the common variable/field location in order to provide location specific data views in the AWL dashboard. See first record of weatherAUS-locations.csv data set

It's a simple operation in Tableau to join two different files on a common variable/field name - for Assignment 3 it is locations variable/field
You might want to consider creating fields with bins interval ranges for variables in weather- aus.csv data set where it makes sense. Note you can create bin variables in Tableau data source view and set appropriate range names as aliases names for each variable. You will also need to know how to create a geomap view of a data set in Tableau.

Task 3.1 Create a Tableau View of rainfall over month for each location and a specific state Provide a screen capture and describe Tableau view created and comment on the rainfall over one month across different locations and does this differ much for different states (5 marks 125 words).

Task 3.2 Create a Tableau View of total rainfall by year for each location and a specific state. Provide a screen capture of and describe the Tableau view you have created and comment on variation of total rain over year across different locations for a specific state (5 marks 125 words)

Task 3.3 Create a Tableau View of total evaporation over month by location for a specific state. Provide a screen capture and describe Tableau view created and comment on the levels of evaporation over month for different locations and states

Task 3.4 Create a Tableau GeoMap View of all Australian weather stations that provides latitude, longitude and total rainfall for a selected year. Provide a screen capture and describe the Tableau Geomap view you have created and comment on two or more selected locations for a state.

Note: you need copy the four Text Table / Graph worksheet views and dashboard view created in Tableau using Worksheet Menu Copy or Export Image option and include in Task 3 section where relevant or in Appendix 3 of Assignment 3 report.

Task 3.5 Provide screen snapshot of AWL Dashboard and an accompanying rationale (drawing on relevant literature for good dashboard design) for the graphic design and functionality that is provided by AWL Dashboard for four specified Tableau views for sub Tasks 3.1, 3.2, 3.3 and 3.4 (500 words). Note Stephen Few is considered to be the Guru for good Dashboard Design and has wrote a number of books on this topic.

Reference no: EM132569350

Questions Cloud

Six components of the macro-environment : Six components of the Macro-Environment and the Five Forces Model for Airbnb. analysis must be driven by facts, research, and data.
Organizational crisis and related systems : What are "relational systems" as they pertain to human systems. Why are they important in crisis management planning?
Determine type of intellectual property protection : List each item described in the above facts which qualifies as your intellectual property. Determine the type of intellectual property protection
Prepare retained earnings statement for Concord Corporation : Concord Corporation began operations on January 1, 2017. Prepare 2020 retained earnings statement for Concord Corporation
Sustainable business performance management : Critically reflect on how evidence based decision making and sustainable business performance management can effectively address real-world problems
Question - Common Stockholders Profitability Analysis : Question - Common Stockholders' Profitability Analysis. Determine (a) the the return on stockholders' equity and (b) the return on common stockholders' equity
Evaluate whether a joint arrangement exists : Barry Ltd and Jones Ltd decided to jointly undertake the manufacture of an electric car. Evaluate whether a joint arrangement exists and support your answer
Provide the journal entry to record the sales : Provide the journal entry to record the sales, along with the associated credit card fee. The cost of goods sold is 13,500
Organizational performance is the fifth aspect of model : Organizational performance is the fifth aspect of the model, reflect on question, do certain leadership behaviors improve and sustain performance at individual

Reviews

Write a Review

Other Subject Questions & Answers

  Explicate what relationship development theories

Explicate what relationship development theories attempt to explain, and then discuss the differences between stage models of relationship development and relational trajectory models. Finally, describe a specific relationship you have experienced or..

  Explain the endangered species act should be strengthened

Do you feel the Endangered Species Act should be strengthened or weakened

  What the chapter is conveying to the reader pursuing

Create a reflective summary of Chapter 1 & 2. You must explain what the chapter is conveying to the reader pursuing a teaching career.

  Development of use cases and uml diagrams

Understand methods and techniques involved in designing, implementing and maintaining an information system, in particular using an object-oriented approach

  Computer-mediated communication issues

Explain how you can use these skills to improve your computer-mediated communication (CMC).

  Create a pamphlet for families that outlines the requirement

Using Microsoft Word or Publisher, create a pamphlet for families that outlines the requirements in the IFSP and IEP processes. Include information for students in birth-PK programs and grades K-3.

  What were their explanations for why their study was needed

In the space below, list the data analyses used to analyze the data gathered during the article authors' study. Note: You don't have to know how the analyses are conducted; only naming them is required here.

  Explain the commonalities found across all five

Assess the types of personality measurements and research designs used in in the peer-reviewed articles you researched. Briefly describe the main theoretical.

  Regular payment to a former employee

Is it possible for an employer to provide a regular payment to a former employee, can it be on the basis to compensate for a lower salary income or is it treated as a gift

  Explain familism and a changing society

Many regard the family as a real strength in the Latino community, but is this always the case? What are the positive and negative aspects of familism

  Explain how you might use the strategy and resource

Identify one strategy and one resource/tool from the Learning Resources that may contribute to a successful online learning experience. Explain how you might use the strategy and resource/tool to help you overcome the concerns or challenges you des..

  What is organisational change

What is organisational change? Discuss why it is necessary for contemporary organisations to appreciate the scale and scope of the change they are facing

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd