NPTEL Data Analytics With Python Week 12 Quiz Solution 2023


 

NPTEL SWAYAM is a free online learning platform providing courses in various disciplines from top universities and institutions in India. It offers an interactive learning environment with engaging video lectures, quizzes, assignments, and discussion boards. Learners can access courses at their own pace and convenience without any registration or enrollment. Successful completion of courses leads to recognized certification, enhancing career prospects. The platform is accessible to all learners, regardless of age, background, or qualifications. With its high-quality educational resources and opportunities for career advancement, NPTEL SWAYAM is an excellent choice for anyone looking to expand their knowledge and skills.

ABOUT THE COURSE :
We are looking forward to sharing many exciting stories and examples of analytics with all of you using python programming language. This course includes examples of analytics in a wide variety of industries, and we hope that students will learn how you can use analytics in their career and life. One of the most important aspects of this course is that you, the student, are getting hands-on experience creating analytics models; we, the course team, urge you to participate in the discussion forums and to use all the tools available to you while you are in the course!


CRITERIA TO GET A CERTIFICATE

Average assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course.
Exam score = 75% of the proctored certification exam score out of 100

Final score = Average assignment score + Exam score

YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF AVERAGE ASSIGNMENT SCORE >=10/25 AND EXAM SCORE >= 30/75. If one of the 2 criteria is not met, you will not get the certificate even if the Final score >= 40/100.

1. Which one of the following are Decision Tree nodes?
 (A) 
 (B) 
 (C) 
 (D) 
1 point
2. What are the advantages of Classification and Regression Trees (CART)?
(A)  
(B)  
 (C) Both (A) and (B)
(D)  
1 point
3. What are the disadvantages of Classification and Regression Trees (CART)?
(A)  
 (B) Decision trees require relatively less effort from users for data preparation
(C)  
(D)  
1 point
4 Suppose, your target variable is whether a passenger will survive or not using Decision Tree. What type of tree do you need to predict the target variable?
 (A) classification tree
(B)  
 (C) clustering tree
(D)  
1 point
5. What is the maximum depth in a decision tree?
 (A) the length of the longest path from a root to a leaf
(B)  
 (C) the length of the longest path from a root to a sub-node
(D)  
1 point
6. Suppose in a classification problem, you are using a decision tree, and you use the Gini index as the criterion for the algorithm to select the feature for the root node. The feature with the _____ Gini index will be selected.
 (A) maximum
 (B) highest
(C)  
(D)  
1 point
7. In Decision Trees, for predicting a class label, the algorithm starts from which node of the tree?
(A)  
 (B) Leaf
(C)  
(D)  
1 point
8. What is splitting in the decision tree?
(A)  
(B)  
(C)  
(D)  
1 point
9. State True or False: Leaf node in a decision tree will have entropy value equal to 0
 (A) True
 (B) False

Answer :-
1 point
10. State True or False: Entropy is the measure of uncertainty of a random variable
(A)  
(B)  
Post a Comment (0)
Previous Question Next Question

You might like