Chapter 1 Flashcards

1
Q

What is predictive analytics?

A

Use of data, statistical analysis, and models to predict future outcomes and guide decision-making.

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

What are the three main branches of business analytics?

A
  • Descriptive Analytics
  • Predictive Analytics
  • Prescriptive Analytics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of descriptive analytics?

A

To understand past and present trends.

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

What is the purpose of prescriptive analytics?

A

To recommend actions using optimization techniques.

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

What is data mining?

A

Central to predictive analytics, utilizing both supervised and unsupervised methods.

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

What are the two types of learning in data mining?

A
  • Supervised Learning
  • Unsupervised Learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does supervised learning include?

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

What does unsupervised learning include?

A
  • Clustering
  • Association Rules
  • Data Reduction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the importance of data exploration and visualization?

A

Helps uncover patterns, trends, and relationships.

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

What are the critical steps in the data mining process?

A
  • Define/understand the purpose
  • Obtain data
  • Explore, clean, and pre-process the data
  • Reduce or partition the data
  • Specify the task
  • Choose techniques
  • Iteratively implement and fine-tune models
  • Assess and compare results
  • Deploy the best model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are numeric variables?

A
  • Continuous (e.g., revenue)
  • Integer (e.g., transactions)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are categorical variables?

A
  • Ordered (e.g., low, medium, high)
  • Unordered (e.g., gender)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the significance of binary target variables in supervised classification tasks?

A

Represent yes/no outcomes.

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

True or False: Data mining often applies to the entire database rather than a sample.

A

False

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

What is the role of pre-processing in data mining?

A

It is critical for cleaning and exploring data.

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

Describe the difference between supervised and unsupervised learning.

A

Supervised learning predicts outcomes based on labeled data; unsupervised learning identifies patterns without labeled outcomes.

17
Q

What is the process of data mining and predictive analytics?

A
  1. Define/understand the purpose.
  2. Obtain data (e.g., random sampling).
  3. Explore, clean, and pre-process the data.
  4. Reduce or partition the data (if supervised learning is used).
  5. Specify the task (classification, clustering, etc.).
    6.Choose techniques (e.g., regression, neural networks, CART).
  6. Iteratively implement and fine-tune models.
  7. Assess and compare results.
  8. Deploy the best model.