Machine Learning and Prediction Models

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/11

flashcard set

Earn XP

Description and Tags

Flashcards covering key machine learning concepts, statistical estimators, and model evaluation metrics based on lecture materials.

Last updated 2:44 PM on 7/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

MSPE (Mean Squared Prediction Error)

The metric used to compare prediction models.

2
New cards

Unbiased Estimator

An estimator where E(μ^)μ=0E(\hat{\mu}) - \mu = 0.

3
New cards

Mean Squared Error of μ^\hat{\mu}

The value is 11 when the estimator has a sampling distribution of N(0,1)N(0, 1) and the true population mean is 00.

4
New cards

Mean Squared Error of μ~\tilde{\mu}

The value is 0.50.5 when the estimator has a sampling distribution of N(0.5,(0.5)2)N(0.5, (0.5)^2) and the true population mean is 00.

5
New cards

Rˉ2\bar{R}^2 (Adjusted R-squared)

A metric that penalizes the inclusion of an additional explanatory variable if its associated tt-statistic is less than 11.

6
New cards

Supervised Learning

Machine learning that involves predicting an outcome with a set of explanatory variables.

7
New cards

Cross-validation

A method used for empirically tuning model complexity by dividing data into training and testing samples.

8
New cards

Training and Testing Samples

The initial divisions of data used to begin the cross-validation process.

9
New cards

Folds (Validation and Estimation)

The divisions of the training sample where one fold is held out for validation while the others are used to estimate the model.

10
New cards

MSPE Averaging

The cross-validation step that involves computing the Mean Squared Prediction Error for each fold and averaging them over all folds.

11
New cards

λ\lambda (Lambda)

A value that determines the strength of the penalty imposed by the regularizer in cross-validation.

12
New cards

LASSO

A shrinkage estimator that performs variable selection by forcing the coefficients of the least relevant variables to be equal to 00.