Data Science 6

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 20

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

21 Terms

1

Cluster Analysis

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

New cards
2

Intra-cluster distances

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

New cards
3

Inter-cluster distances

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

New cards
4

Segmentation

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

New cards
5

Prototype customers

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

New cards
6

Clickstream profiling

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

New cards
7

Document clustering

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

New cards
8

Partitional Clustering

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

New cards
9

Hierarchical Clustering

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

New cards
10

Density Based Clustering

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

New cards
11

k-Means Clustering

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

New cards
12

Euclidean distance

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

New cards
13

Association Analysis

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

New cards
14

Market Basket Analysis

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

New cards
15

Cross-selling

Recommending additional products to customers based on their previous purchases.

New cards
16

Confidence of the Rule

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

New cards
17

Antecedent of the Rule

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

New cards
18

Consequent of the Rule

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

New cards
19

Frequent Item Sets

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

New cards
20

Transaction Format

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

New cards
21

Interest Measure

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

New cards
robot