Data Transformation Flashcards

1
Q

Apply Filter

A

Data Transformation - Filter

Applies a filter to specified columns of a dataset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

FIR Filter:

A

Data Transformation - Filter

Creates an FIR filter for signal processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IIR Filter:

A

Data Transformation - Filter

Creates an IIR filter for signal processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Median Filter:

A

Data Transformation - Filter

Creates a median filter that’s used to smooth data for trend analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Moving Average Filter:

A

Data Transformation - Filter

Creates a moving average filter that smooths data for trend analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Threshold Filter:

A

Data Transformation - Filter

Creates a threshold filter that constrains values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

User-Defined Filter:

A

Data Transformation - Filter

Creates a custom FIR or IIR filter.

FIR=Creates a finite impulse response filter for signal processing

IIR=Creates an infinite impulse response filter for signal processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Build Counting Transform:

A

Data Transformation - Learning with Counts

Creates a count table and count-based features from a dataset, and then saves the table and features as a transformation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Merge Count Transform:

A

Data Transformation - Learning with Counts

Merges two sets of count-based features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Modify Count Table Parameters:

A

Data Transformation - Learning with Counts

Modifies count-based features that are derived from an existing count table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Add Rows:

A

Appends a set of rows from an input dataset to the end of another dataset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Add Rows:

A

Data Transformation - Manipulation

Appends a set of rows from an input dataset to the end of another dataset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Apply SQL Transformation:

A

Data Transformation - Manipulation

Runs a SQLite query on input datasets to transform the data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Clean Missing Data:

A

Data Transformation - Manipulation

Specifies how to handle values that are missing from a dataset. This module replaces Missing Values Scrubber, which has been deprecated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Convert to Indicator Values:

A

Data Transformation - Manipulation

Converts categorical values in columns to indicator values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Edit Metadata:

A

Data Transformation - Manipulation

Edits metadata that’s associated with columns in a dataset.

17
Q

Group Categorical Values:

A

Data Transformation - Manipulation

Groups data from multiple categories into a new category.

18
Q

Join Data:

A

Data Transformation - Manipulation

Joins two datasets.

19
Q

Select Columns in Dataset:

A

Data Transformation - Manipulation

Selects columns to include in a dataset or exclude from a dataset in an operation.

20
Q

Select Columns Transform:

A

Data Transformation - Manipulation

Creates a transformation that selects the same subset of columns as in a specified dataset.

21
Q

SMOTE:

A

Data Transformation - Manipulation

Increases the number of low-incidence examples in a dataset by using synthetic minority oversampling.

22
Q

Remove Duplicate Rows:

A

Data Transformation - Manipulation

Removes duplicate rows from a dataset.

23
Q

Partition and Sample:

A

Data Transformation - Sample and Split

Creates multiple partitions of a dataset based on sampling.

24
Q

Split Data:

A

Data Transformation - Sample and Split

Partitions the rows of a dataset into two distinct sets.

25
Q

Clip Values:

A

Data Transformation - Scale and Reduce

Detects outliers, and then clips or replaces their values.

26
Q

Group Data into Bins:

A

Data Transformation - Scale and Reduce

Puts numerical data into bins.

27
Q

Normalize Data:

A

Data Transformation - Scale and Reduce

Rescales numeric data to constrain dataset values to a standard range.

28
Q

Principal Component Analysis:

A

Data Transformation - Scale and Reduce / Normalize Data

Computes a set of features that have reduced dimensionality for more efficient learning.