W2 - 2.4 - Model Selection

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:38 PM on 10/30/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Confusion Matrix

A tool used to measure the performance of a classification model by comparing actual and predicted class labels.

2
New cards

Classification Accuracy

The ratio of correctly predicted instances to the total instances in a classification task.

3
New cards

Prediction Error

The difference between the predicted value and the actual value, often used in numerical predictions.

4
New cards

Absolute Error

The absolute difference between the predicted value and the actual value.

5
New cards

Mean Absolute Error (MAE)

The average of the absolute errors between predicted values and actual values.

6
New cards

Mean Square Error (MSE)

The average of the squares of the errors between predicted values and actual values.

7
New cards

Relative Absolute Error

The absolute error expressed as a percentage of the actual value.

8
New cards

Receiver Operating Characteristic (ROC) Curve

A graphical representation of a classification model's true positive rate versus its false positive rate.

9
New cards

T-test

A statistical test used to determine if there is a significant difference between the means of two groups.

10
New cards

K-fold Cross-validation

A technique for assessing the performance of a model by splitting the dataset into K subsets and training/testing K times.

11
New cards

True Positive Rate

The ratio of true positives to the actual number of positives in a dataset.

12
New cards

False Positive Rate

The ratio of false positives to the total number of actual negatives.

13
New cards

Statistical Significance

A measure of whether an observed effect is likely to be genuine or if it could have occurred by chance.

14
New cards

Hypothesis Testing

A method of statistical inference used to decide whether the data at hand sufficiently support a particular hypothesis.

15
New cards

Critical Value

A threshold that determines when to reject the null hypothesis in a statistical test.