0% found this document useful (0 votes)
76 views5 pages

4.ques and Answers

Uploaded by

kiruthika.n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views5 pages

4.ques and Answers

Uploaded by

kiruthika.n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

6/28/24, 2:21 PM Quiz on machine learning | Quizizz

Worksheets Name

Quiz on machine learning Class


Total questions: 20
Worksheet time: 10mins Date

1. In a classification problem, the outputs are

a) numerical or continuous b) categorical or discrete

2. In a regression problem, the output is _

a) categorical or discrete b) numerical or continuous

3. What is the difference between K-means and KNN Algorithms?

a) K-means is supervised while KNN is b) K-Means is used for clustering while KNN is
unsupervised used for classification and regression

4. KNeighborsClassifier class can be imported as:

a) from sklearn import KNeighborsClassifier b) from sklearn.tree import


KNeighborsClassifier
c) from sklearn.neighbors import d) from sklearn.ensemble import
KNeighborsClassifier KNeighborsClassifier

5. Which of the following is FALSE about SVM?

a) It does not require any feature scaling b) SVM solves both classification and
regression problems
c) SVM has inbuilt L2 regularization d) Choosing an appropriate Kernel function is
capabilities difficult

6. Which of the following is FALSE about Entropy in context of Decision Tree?

a) Entropy keeps on increasing as we keep b) Entropy is calculated using Information


splitting the nodes Gain
c) None of the above

https://quizizz.com/print/quiz/5f50b3c438a19c001b073712 1/5
6/28/24, 2:21 PM Quiz on machine learning | Quizizz

7. Which of the following is FALSE about Random Forest and Adaboost?

a) Both Adaboost and Random Forest aim to b) Adaboost aims to decrease bias not
decrease both bias and variance variance
c) None of the above d) Random Forest aims to decrease variance
and not bias

8. Which of the following is TRUE about Random Forest and Adaboost?

a) Order of trees does not matter in Random b) None of the above


Forest and Adaboost
c) Order of trees matters in Random Forest d) Order of trees matters in Adaboost

9. Which of the following is FALSE about Boosting?

a) Each weak learner has equal say in the final b) Sequence in which each weak learner is
decision created does not matter
c) None of the above

10. Which of the following is TRUE about Reinforcement Learning?

a) It uses rewards and penalty methods to b) It is also known as a semi - supervised


train a model learning model
c) All of the above d) Chess playing computer is a good example
of reinforcement learning

11. Which of the following algorithm is called Lazy Learner?

a) SVM b) KNN
c) Decision Tree d) Naive Bayes

12. Which of the following is NOT an example of hyper-parameter?

a) Depth of a Decision Tree b) Number of nearest neighbors in KNN


c) Number of trees in a Random Forest d) Number of outliers in KNN

13. Which of the following is FALSE about Tuples in Python?

a) None of the above b) Tuples are immutable


c) Tuple items can be deleted using del d) Tuples can be declared as: x,y=1,2
keyword

https://quizizz.com/print/quiz/5f50b3c438a19c001b073712 2/5
6/28/24, 2:21 PM Quiz on machine learning | Quizizz

14. Which of the following is TRUE about Random Forest?

a) Random Forest aims to decrease bias not b) Random Forest aims to decrease both
variance variance and bias
c) Random Forest aims to decrease variance d) None of the above
not bias

15. Dimensionality Reductions is useful because it:

a) reduces overfitting b) reduces computation time


c) All of the above d) removes multicollinearity

16. What do minimum missing value ratio represent?

a) The number of missing values in a column b) The number of minimum missing values
for an operation to be performed
c) The minimum ratio of missing values to all d) The number of missing values in a dataset
values in a column for cleaning to be
performed

17. Which of these are not displayed when you see the import data result visualization?

a) Standard deviation b) Mode


c) Unique values d) Missing values

18. Compute target is the target variable whose value is to predicted.

a) True b) False

19. 'Convert to CSV' module is a part of which section?

a) Model Training b) None of the above


c) Data Transformation d) Data Input and Output

20. The key challenge to successfully train a machine learning model

a) Selection of the algorithm b) Tuning of the hyperparameters


c) All the above d) Feature engineering and selection
e) Evaluation of the metrics

https://quizizz.com/print/quiz/5f50b3c438a19c001b073712 3/5
6/28/24, 2:21 PM Quiz on machine learning | Quizizz

Answer Keys

1. b) categorical or discrete 2. b) numerical or 3. b) K-Means is used for


continuous clustering while KNN is
used for classification
and regression

4. c) from sklearn.neighbors 5. a) It does not require any 6. b) Entropy is , Entropy


import feature scaling calculated a) keeps on
KNeighborsClassifier using increasing
Information as we
Gain keep
splitting
the nodes

7. a) Both Adaboost and 8. d) Order of trees matters 9. b) Sequence , Each


Random Forest aim to in Adaboost in which a) weak
decrease both bias and each weak learner
variance learner is has
created equal say
does not in the
matter final
decision

10. c) All of the above 11. b) KNN 12. d) Number of outliers in


KNN

13. c) Tuple items can be 14. c) Random Forest aims 15. c) All of the above
deleted using del to decrease variance
keyword not bias

16. c) The minimum ratio of 17. b) Mode 18. b) False


missing values to all
values in a column for
cleaning to be
performed

19. c) Data Transformation 20. c) All the above

https://quizizz.com/print/quiz/5f50b3c438a19c001b073712 4/5
6/28/24, 2:21 PM Quiz on machine learning | Quizizz

https://quizizz.com/print/quiz/5f50b3c438a19c001b073712 5/5

You might also like