Data Science 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:44 PM on 1/15/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Dataset

A collection of data with a defined structure.

2
New cards

Data Point

A single instance in the dataset; each row in the table is a data point.

3
New cards

Attribute

A single property of the dataset; each column in the table is an attribute.

4
New cards

Label

The special attribute to be predicted based on all the input attributes.

5
New cards

Identifiers

Special attributes used for locating or providing context to individual records.

6
New cards

Nominal Variable

A type of measurement with no order, such as eye color or zip codes.

7
New cards

Ordinal Variable

A type of measurement with a defined order, such as rankings.

8
New cards

Integer Variable

A type of measurement typically representing counts, such as the number of orders.

9
New cards

Real Variable

A type of measurement that can take any value within a range, such as bank account balance.

10
New cards

Descriptive Methods

Methods aimed at finding patterns in data.

11
New cards

Predictive Methods

Methods designed to predict unknown values of variables based on past observations.

12
New cards

Classification

A predictive task where unseen records are assigned a class from a given set of classes.

13
New cards

Regression

A predictive task that estimates the value of a continuous variable based on other variables.

14
New cards

Clustering

A descriptive task that groups data points such that similar points are in the same group.

15
New cards

Association Analysis

A method that produces rules predicting the occurrence of an item based on other items.

16
New cards

Market Segmentation

The process of dividing a market into distinct subsets of customers for targeted marketing.

17
New cards

Document Clustering

Grouping documents that are similar based on terms appearing in them.

18
New cards

Data Preparation

The process of selecting, cleaning, constructing, integrating, and formatting data.

19
New cards

Modeling

The application of data science methods to create patterns or models from preprocessed data.