A Guide to Model Building

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Model Building

The process of creating simplified representations of reality to understand complex relationships, predict outcomes, or prescribe actions.

2
New cards

Family of Models

A broader grouping of possible model forms, such as linear models, non-parametric regression, and regression trees.

3
New cards

Form of the Model

The specific structure of the model, including choice of predictors and relationships between predictors and the response.

4
New cards

Fit

The process of adjusting a model to data using various methods, commonly including least squares.

5
New cards

Assumptions in Models

Conditions that models assume about data, such as linearity and normality in linear regression.

6
New cards

Problem Definition Phase

The initial phase in model building where the decision-maker identifies and defines the problem.

7
New cards

Design Phase

The process of developing, testing, and validating a model, including determining variables and relationships.

8
New cards

Choice Phase

The phase in model building where alternatives are compared and the best solution is selected.

9
New cards

Implementation Phase

The stage of model building where the selected solution is put to work.

10
New cards

Static vs Dynamic Models

Static models capture a snapshot in time, while dynamic models represent systems evolving over time.

11
New cards

Quality of Fit

The assessment of how well a model fits data, often using metrics like R² and RMSE.

12
New cards

Sensitivity Analysis

A method to assess the importance of input variables by analyzing the impact on model output.

13
New cards

Model Validation

The process of testing and validating a model to ensure its reliability and that it meets assumptions.

14
New cards

Akaike Information Criterion (AIC)

A metric used for model comparison that assesses the trade-off between model fit and complexity.

15
New cards

Explanation versus Prediction

The distinction where models for explanation prioritize interpretability, and those for prediction prioritize minimizing error.

16
New cards

Decision Support Systems (DSS)

Systems that use models to help describe real-world decision-making situations.

17
New cards

Overfitting

A modeling issue where a model performs well on training data but poorly on unseen data due to excessive complexity.