Data Analysis

Machine Learning

Data Visualization
Miscellaneous
Data Science General
100

What is the mean?

This is the average of a set of numbers.

100

What is supervised learning?

This type of learning trains a model using examples with answers.

100

What is a bar chart?

This type of graph uses bars of different lengths to show data.

100

What is Python?

This programming language is known for its simple syntax and is popular in data science.

100

In data science, what does "NaN" stand for when representing missing or undefined values in a dataset?

Not A Number

200

What is the median?

Sorting data in ascending order helps you easily find this middle value.

200

What is classification?

A model that predicts “yes” or “no” is performing this kind of task.

200

What is a line chart?

This type of graph is great for showing trends over time.


200

What is a relational database?

SQL is used to work with this kind of database.

200

What is a question?

This is the first step in most data science projects: asking a ___.

300

What is a histogram?

This chart type groups data into bins to show how often values occur.

300

What is linear regression?

This common algorithm finds a line that best fits the data.

300

What is a scatter plot?

This type of plot uses dots to show how two variables relate.

300

What is a comma?

CSV files separate values using this character.

300

What is a visualization?

This type of chart, graph, or picture helps you see patterns in data.

400

What is variability (or spread)?

This value describes how spread out data is, often measured by standard deviation.

400

What is overfitting?

Splitting your data into training and testing sets helps avoid this problem.

400

What is a pie chart?

This chart type is made of slices to show proportions.

400

What is Google Colab?

This Google product lets you write and run Python in your browser.

400

What is data splitting (or train/test split)?

This common process divides data into separate sets to train and test a model’s performance.

500

What is correlation?

This type of analysis looks at how two variables move together.

500

What is a random forest?

This tree-based method builds many decision trees and takes a vote.

500

What is a legend?

This key element of a chart explains what the colors or shapes mean.

500

What is data cleaning (or wrangling)?

This is the process of making messy data ready to analyze.

500

What are the three main components of the "data science pipeline"?

Data collection, data cleaning/preprocessing, and modeling.

M
e
n
u