Week 9 - Data Mining (Regression and Classification) Flashcards
What is Data Mining?
knowledge discovery from data
What is an example of a data mining application?
CRM- improve cx retention maximize cx value, identify most valued cx
Main types of data mining methods
- prediction
- classification
- clustering
- associations
- time series (not used in this unit)
What is the algorithm for prediction?
regression
What is the algorithm for classification?
decision tree
What is the algorithm for clusteirng?
k-mean
What is the algorithm for associsations?
apriori
What is the data mining method prediction?
tells nature of future occurrence of certain events based on what happened in the past
What is involved in the algorithm regression?
investigates relationship between dependent variable (target) (y) and independent variable (predictor) (x)
What is the data mining method classification?
learn from past data to classify new data
What is involved in the algorithm decision-tree?
history of data is used to make tree-like model that acts as a decision support tool
What is the difference between classification and prediction (regression)?
-prediction is for numeric values
-classification is for class labels