Data Science 6

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

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

Cluster Analysis

A method of finding groups of objects that are similar within the same group and different from those in other groups.

2
New cards

Intra-cluster distances

Distances between objects within the same cluster, which are minimized in cluster analysis.

3
New cards

Inter-cluster distances

Distances between objects in different clusters, which are maximized in cluster analysis.

4
New cards

Segmentation

The process of dividing customers into groups based on similarities in behaviors, attributes, or patterns.

5
New cards

Prototype customers

Descriptions of typical customers in a segment, helping to tailor marketing messages.

6
New cards

Clickstream profiling

The analysis of patterns from user clicks on a website to understand different customer behavior types.

7
New cards

Document clustering

Grouping documents into clusters based on similar topics, facilitating topic identification and summarization.

8
New cards

Partitional Clustering

Clustering into non-overlapping subsets where each instance is part of exactly one cluster.

9
New cards

Hierarchical Clustering

Clustering that organizes data into a set of nested clusters structured as a tree.

10
New cards

Density Based Clustering

Clustering where examples in dense areas form a cluster, while those in sparse areas do not.

11
New cards

k-Means Clustering

A method that partitions a dataset into k clusters based on proximity measures such as Euclidean distance.

12
New cards

Euclidean distance

A measure of distance between two data objects, commonly used in clustering to determine similarity.

13
New cards

Association Analysis

A technique that measures the strength of co-occurrence between items to find patterns in data.

14
New cards

Market Basket Analysis

A method in Association Analysis to find co-occurrences of items in retail transactions.

15
New cards

Cross-selling

Recommending additional products to customers based on their previous purchases.

16
New cards

Confidence of the Rule

The likelihood that the consequence of an association rule occurs given that the antecedent occurs.

17
New cards

Antecedent of the Rule

The item or items that, if present in a transaction, suggest a strong likelihood of another item being present.

18
New cards

Consequent of the Rule

The item or items that are predicted to occur given the presence of the antecedent.

19
New cards

Frequent Item Sets

Combinations of items that appear frequently in transaction data, essential for generating association rules.

20
New cards

Transaction Format

The specific data organization required by association algorithms for effective analysis.

21
New cards

Interest Measure

A criterion used to filter generated association rules to ensure they are meaningful.