association rule mining and regression analysis

0.0(0)
studied byStudied by 5 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

blue: evaluation metrics

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

association rule mining

technique that discovers the strong associations or interesting correlations among given data in large transactional repositories.

2
New cards

if-then

ARM algorithms discover high-level prediction rules in the form:

3
New cards

antecedent

soda → chips, soda?

4
New cards

consequent

soda → chips, chips?

5
New cards

k

a _-itemset is an itemset with _ items

6
New cards

transaction t

a set of items and t ⊆ I

7
New cards

T

set of transactions

8
New cards

support

indicates how frequently the itemsets X. Y occur in the dataset

9
New cards

confidence

percentage of transactions that contain X also contain Y

10
New cards

lift

indicates how likely Y is satisfied when X is true, used to compare actual confidence compares to the expected confidence; indicates whether the probability of buying Y increases or decreases given X.

11
New cards

conviction

ratio of the probability that X appears without Y (if they were independent) with the actual frequency of the appearance of X without Y; used to measure the directional relationship between X and Y.

12
New cards

apriori algorithm

also known as level-wise search

13
New cards

regression

tool for building/developing a statistical (regression) model

14
New cards

simple regression

one independent variable

15
New cards

multiple regression

two or more independent variables

16
New cards

correlation analysis

degree and direction of relationship between variables

17
New cards

regression analysis

uses the relationship for predicting the value of a dependent variable or target variable

18
New cards

r-squared of coefficient of determination

represents the part of the variance of the dependent variable explained by the independent variables of the model; measures the strength of the relationship between the model and the dependent variable.

19
New cards

mean squared error (MSE)

the average of the squared difference between the predicted and actual value.

20
New cards

mean absolute error (MAE)

the average of the absolute difference between the target value and the value predicted by the model.

21
New cards

root mean square error

square root of the average of the squared difference of the predicted and actual value.

22
New cards

residual

difference between the predicted and actual value