Week 9 - Data Mining (Regression and Classification) Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Data Mining?

A

knowledge discovery from data

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

What is an example of a data mining application?

A

CRM- improve cx retention maximize cx value, identify most valued cx

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

Main types of data mining methods

A
  1. prediction
  2. classification
  3. clustering
  4. associations
  5. time series (not used in this unit)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the algorithm for prediction?

A

regression

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

What is the algorithm for classification?

A

decision tree

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

What is the algorithm for clusteirng?

A

k-mean

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

What is the algorithm for associsations?

A

apriori

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

What is the data mining method prediction?

A

tells nature of future occurrence of certain events based on what happened in the past

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

What is involved in the algorithm regression?

A

investigates relationship between dependent variable (target) (y) and independent variable (predictor) (x)

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

What is the data mining method classification?

A

learn from past data to classify new data

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

What is involved in the algorithm decision-tree?

A

history of data is used to make tree-like model that acts as a decision support tool

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

What is the difference between classification and prediction (regression)?

A

-prediction is for numeric values
-classification is for class labels

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