Machine Learning Quiz

Machine Learning Quiz

University

24 Qs

quiz-placeholder

Similar activities

Machine Learning Quiz

Machine Learning Quiz

University

19 Qs

HO - 32 Implementa algoritmo de regresión lineal simple con Pyth

HO - 32 Implementa algoritmo de regresión lineal simple con Pyth

University

20 Qs

Klasifikasi dan Regresi dalam Data Science

Klasifikasi dan Regresi dalam Data Science

University

20 Qs

Exploring Machine Learning in BI

Exploring Machine Learning in BI

University

20 Qs

SDLC Basics LEC 01 -SLT

SDLC Basics LEC 01 -SLT

University

20 Qs

Understanding Database Technologies, Relational Model, and Data

Understanding Database Technologies, Relational Model, and Data

University

20 Qs

ENTS Week 1: Class Activity Quiz

ENTS Week 1: Class Activity Quiz

University

22 Qs

Exploring Machine Learning Concepts

Exploring Machine Learning Concepts

University

20 Qs

Machine Learning Quiz

Machine Learning Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Kobe Olaguir

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have developed a spam detection system. It is more important to ensure that legitimate emails do not get classified as spam (minimizing false positives) than it is to catch every single spam email. Which evaluation metric should be your primary focus?

Accuracy

Precision

Recall

F1-score

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are working on a medical diagnosis model for a rare but serious disease. It is crucial to identify as many actual cases as possible, even if it means some healthy individuals might be flagged for further testing. Which metric is most important in this scenario?

Accuracy

Precision

Recall

F1-score

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have trained two different binary classification models for the same problem, and their ROC curves are plotted. One curve is consistently closer to the top-left corner of the plot than the other. Which model likely has better overall discriminatory power across various thresholds?

The model with the ROC curve closer to the bottom-right corner.

The model with the ROC curve closer to the top-left corner.

The model whose ROC curve is closer to the diagonal line.

It's impossible to tell from the ROC curve alone.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are comparing the performance of several machine learning models on an imbalanced dataset. One model has a very high accuracy (e.g., 98%), but upon examining the confusion matrix, you find that it rarely correctly identifies the minority class. Which metric would provide a more informative assessment of the model's performance on the minority class?

Accuracy

Recall

Number of true negatives

Total number of samples

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are building a linear regression model to predict house prices based on square footage. You want to understand how much of the variance in house prices can be explained by the square footage. Which metric would directly answer this question?

Mean Absolute Error (MAE)

Root Mean Squared Error (RMSE)

R-squared

Pearson correlation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have added several new features to your linear regression model, and the R-squared value has increased. However, the adjusted R-squared has decreased. What does this suggest?

The new features have significantly improved the model's fit.

The new features do not add significant explanatory power and may be overfitting the model.

The model's predictive accuracy has decreased.

There is a strong negative correlation between the new features and the target variable.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are evaluating the performance of a regression model that predicts the time it takes for a customer to receive an order. You notice that the model occasionally makes very large errors. Which error metric would be most sensitive to these large errors?

Mean Absolute Error (MAE)

Root Mean Squared Error (RMSE)

Both MAE and RMSE equally

Neither MAE nor RMSE

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?