Define descriptive analytics.
Focuses on insights from the past and answers the question “what happened?”
Define predictive analytics.
Focuses on future insights and addresses “what will happen next?”
Define prescriptive analytics.
Suggests decision options ie. “what would happen if i do this?” or “what is the best course of action?”
What are the characteristics of predictive modeling problems?
What is a Field Test?
When the model is implemented in the exact way it will be used, but it is not yet used for decision making, only observed on its potential to help users make good decisions. Particularly when the problem, data, or type of model is new
Explain the Bia-Variance Trade-off.
For y=f(x) + Ɛ, what are the assumptions for the error term (Ɛ)?
Define Loss Function.
A function of two variables - the prediction and a single observed new value that measures error ie. squared error loss function.
Note: the loss is a random variable since many items in the expression are random variables. Because the loss function is a random variable, it may not be useful as a measure of model quality so we typically look at its expected value (average loss over predictions we might make and over all training sets we might use).
Define bias-variance decomposition.
A useful theoretical window into how model complexity affects the quality of models and helps demonstrate the important insight that more complex models aren’t always better models.