ML Quiz

ML Quiz

University

18 Qs

quiz-placeholder

Similar activities

Lesson 3 (Model Training)

Lesson 3 (Model Training)

University

20 Qs

Classification vs Regression 1

Classification vs Regression 1

University

20 Qs

Classification and CNN Quiz

Classification and CNN Quiz

University

20 Qs

AE 17 - QUIZ 1 - Lesson 1 & 2

AE 17 - QUIZ 1 - Lesson 1 & 2

University

20 Qs

Tech Triad Quiz

Tech Triad Quiz

University

20 Qs

Introduction to windows server 2016

Introduction to windows server 2016

University

15 Qs

Quiz on Decision Trees in Machine Learning

Quiz on Decision Trees in Machine Learning

University

17 Qs

Machine Learning

Machine Learning

University

20 Qs

ML Quiz

ML Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Amit Mandal

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a feature importance score?

A measure of feature correlation

A measure of feature variability

A measure of how useful a feature is in predicting the target variable

None of the rest

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of regularization in feature selection?

To handle missing values

To prevent overfitting by adding a penalty to the model

To reduce the size of the dataset

All of them are correct

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is backward elimination in feature selection?

A method that starts with no features and adds the most significant ones

A method that scales features

A method that starts with all features and removes the least significant ones

A method that eliminates random features

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between feature selection and feature extraction?

They are the same process

Feature selection creates new features; feature extraction removes features

Feature selection selects existing features; feature extraction creates new features

No of these are correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is variance thresholding?

A technique to scale features

A technique to handle missing values

A feature selection technique that removes features with low variance

All of them are correct

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a reasonable way to select the number of principal components k?

(Recall that n is the dimensionality of the input data and m is the number of input examples.)

  • Choose k to be the smallest value so that at least 99% of the variance is retained.  

  • Choose k to be 99% of m (i.e., k = 0.99 * m, rounded to the nearest integer).  

  • Choose k to be the largest value so that at least 99% of the variance is retained

  • Use the elbow method.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Naïve Bayes algorithm is based on ______ and used for solving classification problems
Bayes Theorem
Candidate elimination algorithm
EM algorithm
Nove of these

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?