PA-VALIDATION

PA-VALIDATION

University

10 Qs

quiz-placeholder

Similar activities

MIID2380/IBMS1408 LEC10 2-65 Test

MIID2380/IBMS1408 LEC10 2-65 Test

University

10 Qs

Python-Variables, Expressions

Python-Variables, Expressions

University

12 Qs

Program G: Classifiers

Program G: Classifiers

12th Grade - University

10 Qs

EDA-Quiz No.2 (final term)

EDA-Quiz No.2 (final term)

University

15 Qs

Revision_ML

Revision_ML

University

10 Qs

Data Analytics

Data Analytics

University

15 Qs

Machine Learning

Machine Learning

University

15 Qs

Machine Learning Techniques

Machine Learning Techniques

University

15 Qs

PA-VALIDATION

PA-VALIDATION

Assessment

Quiz

Computers

University

Medium

Created by

OMBA External Faculty MBA

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of splitting a dataset into training and test sets?

To reduce the data size

To improve code readability

To evaluate how the model performs on unseen data

To increase training time

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the validation set in machine learning?

Final model testing

Hyperparameter tuning

Saving the model

Increasing training data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the model is evaluated on the training data only?

Results are always accurate

Model will generalize well

It speeds up the model

Model may overfit and results may be misleading

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a correct split ratio?

80% train, 20% test

70% train, 30% test

100% train, 0% test

60% train, 20% validation, 20% test

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does accuracy measure?

Ratio of correct predictions

Ratio of false negatives

Speed of model

Model size

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a confusion matrix, True Positives (TP) are:

Negative examples incorrectly predicted as positive

Positive examples correctly predicted as positive

Negative examples correctly predicted

Unused data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Precision is calculated as:

TP / (TP + FP)

TP / (TP + FN)

TN / (TN + FN)

FP / (FP + TP)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?