2173 Salk Avenue, Suite 250 Carlsbad, CA

support@assignmentprep.info

Chosen data set: https://archive.ics.uci.edu/dataset/222/bank+marketing 70% Assi

April 26, 2024

Chosen data set: https://archive.ics.uci.edu/dataset/222/bank+marketing
70% Assignment 2 2023/24
You will
use R to mine actual data for a problem of interest.  You will be provided with a list of data sets
from which you will choose. You will design the data mining
task, mine the data, and describe your results. 
You also will research existing solutions to the problem, if any have
been proposed or documented.  Your own
data and results need not be on a par with actual industry results; the goal is
for you to get as realistic a hands-on experience as possible, given the
constraints of what you have learned.
In writing
up/presenting your research, think of yourself as an analyst employed by or
retained by a company (large or small) or by a funding source (e.g., a venture
capital (VC) firm or incubator), who wants to understand the state of the art
for using data mining for the task in question. 
Review what has been done to date on your problem.  Consider as an example predictive analytics
for on-line advertising:  A VC firm
considering funding on-line ad networks or ad-tech start-ups would need to
understand the state of the art in using data mining for targeting on-line
advertising, when considering an idea for applying data mining.  Don’t worry too much about coming up with a
novel idea.  It is more important to
develop the idea well (within the scope of what we’ve discussed in class). 
You must
use the CRISP-DM data mining process to structure your research and report.
Keep in mind that it may be ineffective simply to proceed linearly through the
steps, and this may need to be reflected in your analysis.  You should interact with me from the
preparation of your initial ideas through to writing your report, as a
consultant would interact with a firm or funding source in preparing a research
report. Use your imagination, prior experience, or ask for help to fill in any
gaps between the material available and what you would be able to find out if
you actually could interact with the client firm. 
Submission: On Wednesday 1 May 2024 you will submit your final report which should be about 1500
words, plus any appendices you would like to include.  Use external sources where appropriate and
provide clear citations and bibliography. You must also submit your data file and a working R script which I can run against it; failure to submit these will immediately reduce your potential mark by
at least 25%.
You will
get the most out of the project if you interact with me during the development
of your ideas.  Please feel free to talk
to me about your ideas as often as you’d like either in workshops in the second
half of term or in my online feedback and guidance hours. Or email me with
specific questions/problems you are having – please include your complete R
script file and data file or link to it so that I can answer your question
easily.
While we often learn coding by copying and editing code written by
others, there is a limit to how much copying you may do for this assignment.
You may copy and edit code from any of the workshop notes. You may also copy
code snippets (a line or two at a time) from elsewhere so long as you have to
edit them in some way to refer to your dataset. You
should not copy code from a source which is working with the same dataset that
you are using – I will regard this as plagiarism, and you
will then have to take the consequences. You
should also note that the use of AI tools in production of either the report or
the code is an assessment offense.
Your report should include the information
detailed below, in approximately the order given.  Be as precise/specific as you can.
Business Understanding (take this
seriously)
The
Business Understanding phase focuses on understanding the objectives and
requirements of the project. Aside from the third task, the three other tasks
in this phase are foundational project management activities that are universal
to most projects:
·      
Determine business objectives: You should
first “thoroughly understand, from a business perspective, what the customer
really wants to accomplish.” (CRISP-DM Guide) and then define business success
criteria.
·      
Assess situation: Determine resources
availability, project requirements, assess risks and contingencies, and conduct
a cost-benefit analysis.
·      
Determine data mining goals: In addition to
defining the business objectives, you should also define what success looks
like from a technical data mining perspective.
Data Understanding
Adding
to the foundation of Business Understanding, it drives the focus to identify,
collect, and analyse the data sets that can help you accomplish the project
goals. This phase also has four tasks:
·      
Collect initial data: Acquire the necessary
data and (if necessary) load it into your analysis tool.
·      
Describe data: Examine the data and document
its surface properties like data format, number of records, or field
identities.
·      
Explore data: Dig deeper into the data. Query
it, visualize it, and identify relationships among the data.
·      
Verify data quality: How clean/dirty is the
data? Document any quality issues.
Data Preparation
This
phase prepares the final data set(s) for modelling. It has five tasks:
·      
Select data: Determine which data sets will be
used and document reasons for inclusion/exclusion.
·      
Clean data: Often this is the lengthiest task.
Without it, you’ll likely fall victim to garbage-in, garbage-out. A common
practice during this task is to correct, impute, or remove erroneous values.
·      
Construct data: Derive new attributes that
will be helpful. For example, derive someone’s body mass index from height and
weight fields.
·      
Integrate data: Create new data sets by
combining data from multiple sources.
·      
Format data: Re-format data as necessary. For
example, you might convert string values that store numbers to numeric values
so that you can perform mathematical operations.
It
is possible that you will need to do little here, as I have selected data sets
which are quite clean. However, you do need to show that you are aware of what
you should look for, even if no action is then required.
Modelling
Here
you’ll likely build and assess various models based on several different
modelling techniques. This phase has four tasks:
·      
Select modelling techniques: Determine which
algorithms to try (e.g. linear or logistic regression).
·      
Generate test design: Depending your modelling
approach, you might need to split the data into training, test, and validation
sets.
·      
Build model: As glamorous as this might sound,
this might just be executing a few lines of code.
·      
Assess model: Generally, multiple models are
competing against each other, and the data scientist needs to interpret the
model results based on domain knowledge, the pre-defined success criteria, and
the test design. Use appropriate assessment criteria which apply across your
models so that you can compare them.
Evaluation
Whereas
the Assess Model task of the Modelling phase focuses on technical model
assessment, the Evaluation phase looks more broadly at which model best meets
the business and what to do next. This phase has three tasks:
·      
Evaluate results: Do the models meet the
business success criteria? Which one(s) should we approve for the business?
·      
Review process: Review the work accomplished.
Was anything overlooked? Were all steps properly executed? Summarize findings
and correct anything if needed.
·      
Determine next steps: Based on the previous
tasks, determine whether to proceed to deployment, iterate further, or initiate
new projects.
Deployment
A
model is not particularly useful unless the customer can access its results.
The complexity of this phase varies widely. This final phase has three tasks:
·      
Plan deployment: Develop and document a plan
for deploying the model.
·      
Plan monitoring and maintenance: what will
need to be done to avoid issues during the operational phase (or post-project
phase) of a model.
·      
Review project: Conduct a project
retrospective about what went well, what could have been better, and how to
improve in the future.
MARKING CRITERIA
The
submitted and assessed part of this coursework is a report together
with R code and data files, rather than an academic essay.  Thus, the marking criteria are different from
those usually required for an academic essay. 
Your assignment will be assessed on the criteria shown in the rubric on
the next two pages.
MARKING RUBRIC
FIRST
CLASS
UPPER
SECOND
LOWER
SECOND
THIRD
CLASS
FAIL
82-100%
72-78%
62-68%
52-58%
42-48%
35%
25%
15%
0%
Business
Understanding (10%)
Outstanding definition of the business problem with precise and
detailed statement of how data mining solution will address it
Excellent definition of the business problem with precise and
detailed statement of how data mining solution will address it
Very good definition of the business problem with precise or
detailed statement of how data mining solution will address it
Good definition of the business problem with statement of how
data mining solution will address it
Some attempt at definition of the business problem with
imprecise statement of how data mining solution will address it
Weak definition of the business problem with little
consideration of how data mining solution will address it
Poor definition of the business problem with little
consideration of how data mining solution will address it
Little definition of the business problem with little
consideration of how data mining solution will address it
No definition of the business problem
Data
Understanding (10%)
Outstanding identification and description of data and data
sources
Excellent identification and description of data and data
sources
Very good identification and description of data and data
sources
Good identification and description of data and data sources
Some attempt at identification and description of data and data
sources
Weak identification and description of data and data source
Poor identification and description of data and data sources
Little identification and description of data and data sources
No identification or description of data and data sources
Data
Preparation (10%)
Outstanding specification of how data are prepared for data
mining
Excellent specification of how data are prepared for data mining
Very good specification of how data are prepared for data mining
Good specification of how data are prepared for data mining
Some attempt at specification of how data are prepared for data
mining
Weak specification of how data are prepared for data mining
Poor specification of how data are prepared for data mining
Little specification of how data are prepared for data mining
No specification of how data are prepared for data mining
Modelling
(20%)
Outstanding choice of one or more modelling
/prediction techniques
Excellent choice of one or more modelling
/prediction techniques
Very good choice of one or more modelling
/prediction techniques
Good choice of one or more modelling
/prediction techniques
Good choice of single modelling technique
Weak choice of single modelling technique
Poor choice of single modelling technique
Little choice of single modelling technique
No modelling technique described
Outstanding discussion of alternatives and applicability of
model(s)
Excellent discussion of alternatives and applicability of
model(s)
Very good discussion of alternatives and applicability of
model(s)
Good discussion of alternatives and applicability of model(s)
Some attempt at discussion of alternatives and applicability of
model(s)
Weak discussion of alternatives and applicability of model(s)
Poor discussion of alternatives and applicability of model(s)
Little discussion of alternatives and applicability of model(s)
No consideration of alternatives and applicability of model(s)
Evaluation
(5%)
Outstanding discussion of aspects of evaluation
Excellent discussion of aspects of evaluation
Very good discussion of aspects of evaluation
Good discussion of aspects of evaluation
Some attempt at discussion of aspects of evaluation
Weak discussion of aspects of evaluation
Poor discussion of aspects of evaluation
Little discussion of aspects of evaluation
No discussion of aspects of evaluation
Deployment
(5%)
Outstanding discussion of deployment issues
Excellent discussion of deployment issues
Very good discussion of deployment issues
Good discussion of deployment issues
Some attempt at discussion of deployment issues
Weak discussion of deployment issues
Poor discussion of deployment issues
Little discussion of deployment issues
No discussion of deployment issues
R Code
(25%)
Submitted code and data contains functionality which goes beyond
what has been taught
Submitted code and data function efficiently and without changes
Submitted code and data function without changes
Submitted code and data function without significant changes
Submitted code and/or data require some changes before they will
function
Submitted code and/or data require substantial changes before
they will function
Little code submitted and/or code and data require substantial
changes before they will function
Little code submitted and code and data require substantial
changes before they will function
No code submitted
Code contains clearly worded comments throughout
Code contains clearly worded comments
Code contains comments throughout
Code contains comments
Code contains some comments
Code contains few comments
Code contains very few comments
Comments are unhelpful or misleading
Code contains no comments
References (5%)
Outstanding
use of citations within the text with all references accurately cited
Excellent
use of citations within text with nearly all references accurately cited
Very good
use of citations within text with most references properly cited
Good use
of citations within text with most references properly cited
Satisfactory
use of citations within text but not necessarily cited properly
Weak use
of citations within text and not necessarily cited properly
Few
citations within text and not accurately cited
Very few
if any citations within text and not accurately cited
No
evidence of understanding of referencing systems
Writing Style (5%)
Outstanding fluency in writing style. Attention
to spelling, punctuation and/or grammar is outstanding
Excellent fluency in writing style. Attention to
spelling, punctuation and/or grammar is excellent
Very good fluency in writing style. Attention to
spelling, punctuation and/or grammar is very good
Good fluency in writing style. Attention to
spelling, punctuation and/or grammar is good
Satisfactory fluency in writing style. Attention
to spelling, punctuation and/or grammar is satisfactory
Weak fluency in writing style. Attention to
spelling, punctuation and/or grammar is weak
Poor fluency in writing style. Attention to
spelling, punctuation and/or grammar is poor
Little to no fluency in writing style. Attention
to spelling, punctuation and/or grammar is absent
No fluency in writing style. No attention to
spelling, punctuation and/or grammar
Overall Presentation
(5%)
Outstanding competence in organisation and
presentation
Excellent competence in organisation and
presentation
Very good competence in organisation and
presentation
Good competence in organisation and presentation
Satisfactory competence in organisation and
presentation
Weak competence in organisation and presentation
Poor competence in organisation and presentation
Little to no competence in organisation and
presentation
No competence in organisation and presentation
Example of work attached below

Struggling With a Similar Paper? Get Reliable Help Now.

Delivered on time. Plagiarism-free. Good Grades.

What is this?

It’s a homework service designed by a team of 23 writers based in Carlsbad, CA with one specific goal – to help students just like you complete their assignments on time and get good grades!

Why do you do it?

Because getting a degree is hard these days! With many students being forced to juggle between demanding careers, family life and a rigorous academic schedule. Having a helping hand from time to time goes a long way in making sure you get to the finish line with your sanity intact!

How does it work?

You have an assignment you need help with. Instead of struggling on this alone, you give us your assignment instructions, we select a team of 2 writers to work on your paper, after it’s done we send it to you via email.

What kind of writer will work on my paper?

Our support team will assign your paper to a team of 2 writers with a background in your degree – For example, if you have a nursing paper we will select a team with a nursing background. The main writer will handle the research and writing part while the second writer will proof the paper for grammar, formatting & referencing mistakes if any.

Our team is comprised of native English speakers working exclusively from the United States. 

Will the paper be original?

Yes! It will be just as if you wrote the paper yourself! Completely original, written from your scratch following your specific instructions.

Is it free?

No, it’s a paid service. You pay for someone to work on your assignment for you.

Is it legit? Can I trust you?

Completely legit, backed by an iron-clad money back guarantee. We’ve been doing this since 2007 – helping students like you get through college.

Will you deliver it on time?

Absolutely! We understand you have a really tight deadline and you need this delivered a few hours before your deadline so you can look at it before turning it in.

Can you get me a good grade? It’s my final project and I need a good grade.

Yes! We only pick projects where we are sure we’ll deliver good grades.

What do you need to get started on my paper?

* The full assignment instructions as they appear on your school account.

* If a Grading Rubric is present, make sure to attach it.

* Include any special announcements or emails you might have gotten from your Professor pertaining to this assignment.

* Any templates or additional files required to complete the assignment.

How do I place an order?

You can do so through our custom order page here or you can talk to our live chat team and they’ll guide you on how to do this.

How will I receive my paper?

We will send it to your email. Please make sure to provide us with your best email – we’ll be using this to communicate to you throughout the whole process.

Getting Your Paper Today is as Simple as ABC

No more missed deadlines! No more late points deductions!

}

You give us your assignments instructions via email or through our order page.

Our support team selects a qualified writing team of 2 writers for you.

l

In under 5 minutes after you place your order, research & writing begins.

Complete paper is delivered to your email before your deadline is up.

Want A Good Grade?

Get a professional writer who has worked on a similar assignment to do this paper for you