FOUNDATION IN BA QUIZ 1 PRELIM

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

1/50

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:09 AM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

51 Terms

1
New cards
2
New cards

Data Preprocessing

  1. ______ is the process of transforming raw data into a clean, organized, and usable format before feeding it into a data analysis or machine learning model.


3
New cards

quality

  1. The main goal of data preprocessing is to improve the ______ of the data, making it more suitable for analysis and model training.


4
New cards

missing

  1. Raw data collected from real-world sources (like surveys, databases, sensors, or social media) often has ______ values.


5
New cards

formats

  1. Raw data collected from real-world sources often has incorrect or inconsistent ______.


6
New cards

duplicate

  1. Raw data collected from real-world sources often has ______ records.


7
New cards

features

  1. Raw data collected from real-world sources often has irrelevant ______.


8
New cards

outliers

  1. Raw data collected from real-world sources often has ______ or noise.


9
New cards

Reduction

  1. Key aspects and common techniques involved in data preprocessing include Data Cleaning, Data Transformation, Data Integration, and Data ______.


10
New cards

imputing

  1. Addressing incomplete data entries by either removing rows/columns with missing values or ______ (filling in) them using various strategies is part of handling missing values.


11
New cards

reduntant

  1. Removing Duplicates involves identifying and eliminating ______ records to ensure each entry is unique and relevant.


12
New cards

consistency

  1. Correcting Inconsistent Formats involves standardizing data formats (e.g., date formats, string cases, units of measurement) to maintain ______.


13
New cards

extreme

  1. Handling Outliers involves identifying and addressing ______ values that can significantly skew results or model training.


14
New cards

suitable

  1. Data Transformation involves converting data into a format that is more ______ for analysis or modeling.


15
New cards

numerical

  1. Normalization and Scaling involves adjusting ______ features to a standard range or distribution.


16
New cards

Standarization

  1. Common techniques for adjusting numerical features include Min-Max Scaling and ______ (scaling to zero mean and unit variance).


17
New cards

[0,1]

  1. Min-Max Scaling involves normalizing numerical features to a ______ range.


18
New cards

text-based

  1. Encoding Categorical Variables involves converting non-numerical (______) categorical data into a numerical representation that machine learning algorithms can understand.


19
New cards

One-Hot Encoding

  1. ______ involves creating new binary columns for each category.


20
New cards

unique integer

  1. Label Encoding involves assigning a ______ to each category.


21
New cards

Feature Engineering

  1. ______ is the process of creating new features from existing ones to better capture underlying patterns and improve model performance.


22
New cards

summary

  1. Data Aggregation involves combining multiple data points into ______ forms (e.g., averages, sums) to simplify analysis or reduce dimensionality.


23
New cards

Schema Matching

  1. ______ is the process of aligning fields and data structures from different sources during data integration.


24
New cards

duplicate entries

  1. Data Deduplication involves identifying and removing ______ across integrated datasets.


25
New cards

features

  1. Dimensionality Reduction involves reducing the number of ______ in a dataset.


26
New cards

essential

  1. Data Reduction is the process of reducing the volume of data while retaining ______ information to improve efficiency and reduce computational costs.


27
New cards

Principal Component Analysis

  1. Techniques like ______ (PCA) are used to create new, lower-dimensional representations of the data.


28
New cards

overfitting

  1. Feature Selection involves choosing a subset of the most relevant features to improve model performance and reduce ______.


29
New cards

graphical representation

  1. Data visualization is the ______ of information and data.


30
New cards

visual forms

  1. It's the art and science of translating data into ______ like charts, graphs, maps, and dashboards.


31
New cards

discrete categories

  1. Bar Charts show comparisons between ______ or changes over a period.


32
New cards

proportional

  1. Bar charts feature rectangular bars with lengths ______ to the values they represent.


33
New cards

progression and movement

  1. Line Charts show trends or changes over a continuous period and are excellent for illustrating ______.


34
New cards

connected by lines

  1. Line charts feature data points ______, representing continuous data.


35
New cards

whole

  1. Pie Charts / Donut Charts show proportions or parts of a ______.


36
New cards

hole

  1. Donut charts are similar to pie charts but have a ______ in the center.


37
New cards

small differences

  1. While popular, pie charts can be less effective for comparing many categories or showing ______ between slices.


38
New cards

correlation

  1. Scatter Plots show the relationship or ______ between two numerical variables.


39
New cards

two-dimensional graph

  1. Scatter plots feature individual data points plotted on a ______, with one variable on the x-axis and the other on the y-axis.


40
New cards

single numerical variable

  1. Histograms show the distribution of a ______.


41
New cards

no gaps

  1. Histograms feature bars representing the frequency of data points falling into a continuous range, with ______ between bars (unless a bin is empty).


42
New cards

five-number summary

  1. Box Plots provide a summary of its ______: minimum, first quartile (Q1), median (Q2), third quartile (Q3), and maximum.


43
New cards

interquartile range (IQR)

  1. In box plots, a box represents the ______.


44
New cards

color

Heat Maps show the magnitude of a phenomenon as a ______ in two dimensions

45
New cards

main characteristics

  1. Exploratory Data Analysis (EDA) is a crucial step in the data analysis process that involves examining and visualizing data to understand its ______, uncover patterns, identify anomalies, and formulate hypotheses.


46
New cards

underlying structure

  1. The primary goal of EDA is to gain insights into the ______ of the data.


47
New cards

skewness and kurtosis

  1. Under EDA key aspects, data summarization includes understanding the distribution of data through measures like ______.


48
New cards

square root transformations

  1. Data transformation in EDA involves applying transformations to variables, such as logarithmic or ______, to achieve a more normal distribution.


49
New cards

correlation analysis

  1. Understanding relationships in EDA involves exploring relationships between variables through ______.


50
New cards

iterative process

  1. EDA is often an ______, where insights gained lead to further exploration or refinement of analysis techniques.


51
New cards

dynamic exploration

Utilizing interactive tools and dashboards for ___ of data.