data science final exam 🪩⏱️🪩⏱️🪩⏱️

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

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:17 AM on 4/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

How is data stored for pivot table analysis?

Flat file structure, all related data must be in the same table to be pivoted.

2
New cards

structured data

well defined fields corresponding to distinct variables

3
New cards

examples of structured data

google sheets, Microsoft excel files, employee name, ids, addresses, etc.

4
New cards

unstructured data

mishmash of semantic entities that can differ from an observation to another

5
New cards

unstructured data examples

emails, text files, social media posts, videos, images, audios, sensor data, etc.

6
New cards

sentiment analysis

Categorizes whether a statement is positive or negative and assigns it a sentiment score accordingly (score = structured data).

Simplest way to do it is with a word library

it’s a form of predictive analysis: predicts sentiment score that human evaluator would give.

7
New cards

benefits of sentiment analysis

Saves time, simplifies process

8
New cards

when can sentiment analysis be innacurate

  Can be hard because statements can include good and bad words: “your class was awfully good”

9
New cards

pipeline sentiment analysis

: data is processed through several applications

10
New cards

analytics

extracting information from data by discovering meaningful patterns.

11
New cards

o   How is analytics related to Big Data?

turns big data info into decisions

12
New cards

descriptive analytics

summarizes and helps understand past data

13
New cards

descriptive analytics example

detect fraudulent behavior, identify top selling products, analyze patient treatment success rates, review player performance states

14
New cards

predictive analytics

predicts values for data points we don’t have.

15
New cards

forecasting

o  form of predictive analysis to predict future data points, example: weather.

16
New cards

predictive analytics examples

predict game outcomes based on past trends, forecast risk of disease for specific patients, predict future customer purchase behaviors, weather forecasting

17
New cards

prescriptive analytics

o   facilitates decision making directly by suggesting an action or automatically triggering it (algorithmic management)

18
New cards

prescriptive analytics examples

whether or not to grant a car loan, reccommend optimal pricing strategies, suggest personalized patient treatment plans, reccommend ticket pricing for events.

19
New cards

confidence/predictor interval

tells us the accuracy of our prediction. Ex: hitting bin with paper ball 99 times, with 100 pieces of crumpled paper – size of bin equals common 95 percent prediction interval.

20
New cards

machine learning

Broad category of techniques to learn model parameters from data so model can be used to predict values or classify items, AKA traditional/discriminative AI.

21
New cards

pivot table analysis

Data summarization tools allowing for quick organization, analyzation, and aggregation of large datasets.

22
New cards

interactive dashboard

Gives multiple perspectives to data rather than just one visualization, allow exploring data from limited set of options to customize visualizations and drill deeper into the data.

23
New cards

How does confidence interval change when choosing 90% level instead of 95%?

Interval becomes narrower and more precise, lower level requires smaller margin of error.

24
New cards

What factors influence the confidence interval of a trend line (i.e., the Tableau exercise)?

Sample size, data variability, chosen confidence level. Larger samples, lower data variability, lower confidence levels can result in more lower, precise intervals.

25
New cards

·       How does sentiment analysis software determine a positive/negative score for a block of text?

Relies on predefined dictionary with labeled words.

26
New cards

·       What is a word frequency analysis? What insight can it give you about a block of text?

Word cloud, can tell you what words are most prominent == largest.