DSS110 DATA ANALYTICAL LIFE CYCLE FLASHCARDS

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:05 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

75 Terms

1
New cards

How do data science projects fundamentally differ from traditional Business Intelligence projects?

Data science projects are more exploratory in nature.

2
New cards

Why is it important to have a well-defined process in a data analytics project?

It ensures a comprehensive and repeatable method for conducting analysis.

3
New cards

What is a common mistake made at the start of a data science project?

Rushing into data collection and analysis before properly framing the business problem.

4
New cards

What may happen if project sponsors' objectives do not match the available data mid-stream?

The project may need to revert to the discovery phase or be cancelled.

5
New cards

How does documenting a process provide credibility to a data science team's findings?

It demonstrates rigor in the methodology used.

6
New cards

The Data Analytics Lifecycle consists of _____ distinct phases.

six

7
New cards

In the Data Analytics Lifecycle diagram, what do the circular arrows between phases represent?

Iterative movement between phases until sufficient information is gathered.

8
New cards

Role: Business User

A domain expert who consults on project context and benefits from the final results.

9
New cards

Which role is primarily responsible for the genesis and funding of an analytics project?

The Project Sponsor.

10
New cards

What is the primary responsibility of the Project Manager in an analytics team?

Ensuring milestones and objectives are met on time and at the expected quality.

11
New cards

Role: Business Intelligence Analyst

An expert in data feeds and KPIs who creates dashboards and reports from a reporting perspective.

12
New cards

What is the primary duty of a Database Administrator (DBA) in an analytics project?

Provisioning and configuring the database environment to support the team's needs.

13
New cards

How does the role of a Data Engineer differ from a Database Administrator?

The Data Engineer executes data extractions and manipulations rather than just configuring the environment.

14
New cards

Which role provides subject matter expertise for analytical techniques and data modelling?

The Data Scientist.

15
New cards

What is the primary objective of Phase 1 (Discovery) in the analytics lifecycle?

To learn the business domain, assess resources, and frame the problem.

16
New cards

In Phase 1, why does the team look into relevant business history?

To learn from past similar projects attempted by the organisation.

17
New cards

What are the five categories of resources that a team must assess during the discovery phase?

Technology, tools, systems, data, and people.

18
New cards

Term: Framing the Problem

The process of stating the analytics problem to be solved and sharing it with stakeholders.

19
New cards

Why is it important to establish failure criteria during the discovery phase?

It helps the team recognise when to stop unproductive effort.

20
New cards

Who should be identified as a key stakeholder in an analytics project?

Anyone who will benefit from or be significantly impacted by the project.

21
New cards

During a sponsor interview, what is the purpose of asking about industry issues?

To identify external factors that may impact the analysis.

22
New cards

Term: Initial Hypotheses (IHs)

Ideas formed during discovery that the team tests with data in later phases.

23
New cards

What is the purpose of capturing aggregate data sources during the discovery phase?

To provide a high-level understanding and quick overview of the data.

24
New cards

What dictates the specific tools and infrastructure a team needs for a project?

The type and structure of the data.

25
New cards

Under what condition can a team move from Phase 1 (Discovery) to Phase 2?

When they have enough information to draft an analytics plan for peer review.

26
New cards

What are the three main steps involved in Phase 2 (Data Preparation)?

Exploring, preprocessing, and conditioning data.

27
New cards

Term: Analytic Sandbox

A workspace where teams can explore data without interfering with production databases.

28
New cards

Why do data science teams prefer an expansive approach to data collection in a sandbox?

More data allows for a mixture of purpose-driven analyses and experimental approaches.

29
New cards

How does the 'ELT' approach differ from the traditional 'ETL' approach?

ELT loads raw data into the datastore before any transformations occur.

30
New cards

Why is the 'ELT' approach particularly valuable for fraud detection analysis?

It prevents the inadvertent cleansing of outliers that might indicate fraudulent activity.

31
New cards

Data preparation typically accounts for at least _____% of a data science project's time.

$50\%$

32
New cards

What is a common consequence of jumping straight to modelling without proper data preparation?

Teams realise the data does not support the models and must return to Phase 2.

33
New cards

Term: Data Conditioning

The process of cleaning data, normalising datasets, and performing transformations.

34
New cards

Why should a Data Scientist be involved in the data conditioning step?

Decisions made during conditioning significantly affect subsequent analysis.

35
New cards

What does Ben Shneiderman's mantra for visual data analysis advise?

Overview first, zoom and filter, then details-on-demand.

36
New cards

How does 'skewness' in data impact visual analysis?

It shows if the majority of data is heavily shifted toward one end of a continuum.

37
New cards

What is the primary goal of Phase 3 (Model Planning)?

To determine methods, techniques, and workflow for model building.

38
New cards

In Phase 3, what informs the selection of variables and analytical methods?

The initial hypotheses developed in Phase 1.

39
New cards

Why should a team research model planning in different industry verticals?

To get ideas from how others have solved analogous problems.

40
New cards

In model selection, why is it better to capture 'essential predictors' rather than every possible variable?

It identifies the most influential variables and avoids unnecessary complexity.

41
New cards

Term: Model (in data science)

An abstraction from reality that emulates real-world behaviour with rules and conditions.

42
New cards

What should a team document while choosing and constructing preliminary models?

The modelling assumptions being made.

43
New cards

What is the primary objective of Phase 4 (Model Building)?

To develop datasets for training and testing and to build and execute models.

44
New cards

What is the difference between 'training data' and 'test data'?

Training data is for initial experiments, while test data validates the approach.

45
New cards

Which two phases of the lifecycle often overlap and require frequent iteration?

Model Planning (Phase 3) and Model Building (Phase 4).

46
New cards

Why is it vital to record the logic and results of a model during the building phase?

Small decisions made during construction are easily forgotten once the project ends.

47
New cards

What should a team do if a model's parameter values do not make sense to domain experts?

They should re-evaluate the model's validity and contextual accuracy.

48
New cards

Name three commercial tools commonly used for model building.

SAS Enterprise Miner, SPSS Modeler, and Matlab.

49
New cards

Name three free or open-source tools commonly used for model building.

R, Python, and SQL.

50
New cards

What is the primary goal of Phase 5 (Communicate Results)?

To articulate findings and outcomes to stakeholders based on Phase 1 criteria.

51
New cards

In Phase 5, how should a team view a project that disproved its hypotheses?

As a success of the data's rigour rather than a personal failure.

52
New cards

How many significant findings are recommended to be shared with stakeholders in Phase 5?

The three most significant ones.

53
New cards

Why is it important to quantify the business impact of results in Phase 5?

It helps demonstrate the value of the findings to project sponsors.

54
New cards

What is the focus of Phase 6 (Operationalise)?

Deploying the model in a production environment, often via a pilot project.

55
New cards

Why is a pilot project preferred over a full-scale rollout in Phase 6?

It allows the team to learn performance constraints on a small scale and manage risk.

56
New cards

Who typically joins the project team during the Operationalise phase?

Engineers responsible for the production environment.

57
New cards

In Phase 6, what should be designed to handle inputs that fall outside the model's training range?

Alerts for when the model is operating 'out-of-bounds'.

58
New cards

What should a presentation for project sponsors focus on?

High-level takeaways and clean visuals to aid decision-making.

59
New cards

What technical graphs are appropriate for a presentation aimed at fellow data scientists?

ROC curves, density plots, and histograms.

60
New cards

How should the level of detail in a presentation change for a more executive audience?

The presentation should be more succinct and focused on value.

61
New cards

What triggers the need to retrain a model in a production environment?

A degradation in model accuracy identified through ongoing monitoring.

62
New cards

What is the purpose of the 'hold-out' dataset in Phase 4?

Testing the model to ensure its predictive power is robust.

63
New cards

During Phase 1, what is the role of the 'Analytics Sponsor' interview?

To shape the project's scope, goals, and desired outcomes.

64
New cards

How does a well-defined process help new members join an analytics team?

It provides a common framework that allows methods to be easily repeated.

65
New cards

What is the 'ETLT' process?

A combination of Extract, Transform, Load, and then Transform to facilitate analysis.

66
New cards

In Phase 2, what should be done if the team cannot obtain enough data of sufficient quality?

The team may be unable to perform the subsequent steps in the lifecycle.

67
New cards

Term: Multicollinearity

A data modelling challenge where input variables are strongly related to each other.

68
New cards

What is the specific focus of 'Model Selection' within Phase 3?

Choosing an analytical technique based on the end goal of the project.

69
New cards

What determines if a situation warrants a single model or a larger analytic workflow?

The structure of the dataset and the business objectives.

70
New cards

How do Phase 3 and Phase 4 compare in duration to Phase 2?

Phases 3 and 4 tend to move more quickly than the labor-intensive Phase 2.

71
New cards

What does a Data Scientist ensure regarding analytical methods in Phase 4?

That the methods are valid and fit for the business problem.

72
New cards

What must marketing teams understand regarding a customer churn model?

How to use the model's predictions to plan their interventions.

73
New cards

What are the four main deliverables typically produced at the end of a project?

Sponsor presentation, analyst presentation, code, and technical specifications.

74
New cards

How does the team determine if project results are a 'success' in Phase 5?

By comparing outcomes to the criteria developed during Phase 1 Discovery.

75
New cards

What is the risk of failing to translate technical analysis into business language?

Stakeholders will not see the value, and the project's effort will be wasted.