{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

DS Foundations Part 3 Flashcards

(25 cards)

1
Q

What is data storytelling?

A

Combining data, visuals, and narrative to explain insights effectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is it important to tailor your data presentation to your audience?

A

Different audiences require different levels of detail and framing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between exploratory and explanatory analysis?

A

Exploratory is for discovery; explanatory is for communicating findings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are common pitfalls in presenting data?

A

Cherry-picking, misleading axes, unclear labels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What makes a data story effective?

A

Clarity, relevance, emotional engagement, and actionability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a metric?

A

A quantifiable measure used to assess performance or behavior.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between a metric and a KPI?

A

All KPIs are metrics, but not all metrics are key to strategic goals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is it risky to optimize a single metric?

A

It can lead to unintended consequences or ignore tradeoffs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Goodhart’s Law?

A

When a measure becomes a target, it ceases to be a good measure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the main steps in EDA?

A

Understand data types, check distributions, handle missing/outliers, explore relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the role of data cleaning in EDA?

A

To prepare reliable inputs for meaningful exploration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why visualize before modeling?

A

To detect patterns, relationships, and assumptions that affect modeling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is feature scaling?

A

Rescaling values to a common range to improve model behavior.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is normalization?

A

Transforming data to fit within a fixed range, typically [0,1].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is standardization?

A

Rescaling data to have a mean of 0 and standard deviation of 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why is log transformation useful?

A

To reduce skew or compress range in positively skewed data.

17
Q

How can you detect outliers?

A

Using IQR, z-scores, visual inspection (boxplots, scatterplots).

18
Q

When should you keep outliers?

A

If they reflect real phenomena and are not errors.

19
Q

When should you remove outliers?

A

If they result from data entry error or measurement artifacts.

20
Q

What is robustness in data analysis?

A

The extent to which results hold under different assumptions or inputs.

21
Q

What is sensitivity analysis?

A

Testing how results change with variations in assumptions or parameters.

22
Q

What is a sanity check?

A

A simple check to ensure results make sense before deeper analysis.

23
Q

What is data literacy?

A

The ability to read, understand, and communicate data effectively.

24
Q

Why does organizational data maturity matter?

A

It affects how well data can be used for decisions and innovation.

25
What are signs of high data maturity?
Data is accessible, well-governed, and used in strategic decisions.