Predictions and Decision Theory

36-462/662, Spring 2022

27 January 2022 (Lecture 4)

Housekeeping

Previously

Prediction

Good and bad predictions

The elements of a decision problem

  1. Possible actions \(A\)
  2. Information \(X\), which we get to see before taking an action
  3. States \(Y\) picked by Nature
  4. A strategy \(s\) is a function from \(X\) (information) to \(A\) (action)
    • There is usually some class of strategies \(S\) available
  5. A loss function \(\ell(y,a)\): how much it hurts to take action \(a\) when the state is \(y\)

The risk of a strategy

Risk minimization

Minimizing the conditional risk really is optimal

Minimizing the risk in a class of strategies

The approximation-estimation trade-off

Back to prediction problems

  1. Actions = predictions
  2. Information = covariates, regressors, features (etc.)
  3. States = the target variable we’re trying to predict
  4. Strategy = prediction rule = function from information to actions
  5. Loss function = ?

Regression, for example

  1. Actions = predictions = real numbers = guesses at the regressand
  2. Information = vectors of real numbers = covariates, regressors (“independent variables”)
  3. States = “dependent variable”, “regressand”
  4. Strategy = prediction rule = regression function
  5. Loss function = ?

Linear regression, for example

Alternative loss functions for regression

Some losses for classification

0-1 loss vs. log loss

Other possible loss functions

Connecting to data

Connecting to data

Back-up: Alternatives to minimizing risk

Back-up: Why decision theory?

Back-up: Loss vs. utility, “risk” vs. “risk”