Quant Finance
Machine Learning
Python & Libraries
Statistics & Probability
Risk / Bias
100

A single unit of ownership in a company traded on an exchange.

What is a stock (or share)?

100

ML task where the computer groups data with no labels.

What is clustering?

100

Python keyword that displays text to the screen.

What is print?

100

Middle value of a sorted data set.

What is the median?

100

Fee you pay each time you trade a stock.

What is a commission?

200

This U.S. index of 500 large companies is a common market benchmark.

What is the S&P 500?

200

Popular Python ML library that starts with “scikit-”.

What is scikit-learn?

200

Common alias you use after import pandas as ___.

What is pd?

200

A 50-50 chance is written as this decimal probability.

What is 0.5?

200

Market price swings up and down—single word for that variability.

What is volatility?

300

When you buy a stock expecting its price to rise, you are taking this position.

What is a long position?

300

Simple tree-based model that splits data by “yes/no” questions.

What is a decision tree?

300

Command pip ___ pandas adds a package to your environment.

What is install?

300

Visual plot with boxes and whiskers that shows median and quartiles.

What is a boxplot?

300

Training a model with future information by accident is called this bias.

What is look-ahead bias?

400

The simple phrase for not “putting all your eggs in one basket” when investing.

What is diversification?

400

This metric measures the difference between predicted and actual values in regression (squared).

What is MSE (mean squared error)?

400

Method df.head() shows this many rows by default.

What is five?

400

Law that says larger samples make the sample mean approach the true mean.

What is the Law of Large Numbers?

400

“Garbage in, garbage out” reminds us to clean this before modeling.

What is data?

500

A quick ratio: price per share divided by earnings per share.

What is the P/E ratio?

500

The practice of training a model on data it later gets tested on— a big “no-no.”

What is overfitting?

500

The pandas function that loads a CSV file into a DataFrame.

What is read_csv?


500

When two variables move together we call that positive or negative _____.

What is correlation?

500

The maximum drop from a portfolio peak to a trough—three-word metric.

What is maximum drawdown?

M
e
n
u