100% found this document useful (1 vote)
771 views

Data Analytics With Python - Unit 14 - Week 12

The document discusses an NPTEL online course on data analytics with Python. It provides details on the course outline including 12 weeks of content, assignments, and quizzes. The assignment for week 12 asks the student to answer multiple choice questions related to decision trees, clustering algorithms, and other machine learning concepts taught in the course.

Uploaded by

D Barik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
771 views

Data Analytics With Python - Unit 14 - Week 12

The document discusses an NPTEL online course on data analytics with Python. It provides details on the course outline including 12 weeks of content, assignments, and quizzes. The assignment for week 12 asks the student to answer multiple choice questions related to decision trees, clustering algorithms, and other machine learning concepts taught in the course.

Uploaded by

D Barik
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

X

[email protected]

(https://swayam.gov.in)

(https://swayam.gov.in/nc_details/NPTEL)
courses)

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL)
»
Data Analytics with Python (course)
n.com/swayamopenid.onmicrosoft.com/B2C_1_swayam2/oauth2/v2.0/logout?post_logout_redirect_uri=https://onlinecourses.nptel.ac.in/wso_logout)

Course outline
Week12 : Assignment 12
How does an NPTEL The due date for submitting this assignment has passed.
online course work? () Due on 2022-04-20, 23:59 IST.

Week 0 ()
Assignment submitted on
2022-04-20, 07:37 IST
Week 1 () 1) Which clustering
algorithm works well when the shape of the clusters is hyper-spherical? 1 point

Week 2 ()
K means

Agglomerative Hierarchical Clustering
Week 3 ()
Divisive Hierarchical Clustering

All of these
Week 4 ()
Yes, the answer is correct.
Score: 1

Week 5 ()
Accepted Answers:
K means
Week 6 ()
2) In decision tree, an
internal node represents  1 point
Week 7 ()

A test on an attribute

An outcome of the test
Week 8 ()
Week 9 ()
Entire sample population

Holds a class label
Week 10 ()
No, the answer is incorrect.
Score: 0

Week 11 () Accepted Answers:


A test on an attribute
Week 12 ()
3) Choose the correct
statement about the CART model  1 point

Hierarchical method of

CART is an unsupervised learning technique
clustering- II (unit?
unit=103&lesson=104)
CART is a supervised technique

Classification and
CART adopts a greedy approach
Regression Trees (CART :
Both b. and c.
I) (unit?
unit=103&lesson=105)
Yes, the answer is correct.
Score: 1

Measures of attribute Accepted Answers:


selection (unit? Both b. and c.
unit=103&lesson=106)
4) ______ is used to build
the decision tree model in python-   1 point
Attribute selection
Measures in CART : II
Decision tree classifier
(unit?
DecisionTreeClassifier
unit=103&lesson=107)

Decision_tree_classifier
Classification and
Decision_tree_model
Regression Trees (CART) -
III (unit?
Yes, the answer is correct.
Score: 1

unit=103&lesson=108)
Accepted Answers:
Important data files (unit? DecisionTreeClassifier
unit=103&lesson=109)
5) State True or False:
Gini Index enforces the resulting tree to have multiway splits 1 point
Python code files (unit?
unit=103&lesson=110)
True

False
Quiz: Week12 :
Assignment 12 No, the answer is incorrect.
(assessment?name=159) Score: 0

Accepted Answers:
Download Videos () False

6) In a decision tree,
______ node represents the entire population 1 point
Weekly Feedback ()

Root
Text Transcripts ()
Internal

Child

None of the above
Books ()
Yes, the answer is correct.
Live sessions - Solve Score: 1

sample problems with Accepted Answers:


us () Root

7) _______is the measure of uncertainty of a random variable, it characterizes the impurity of an arbitrary collection of examples. 1 point
 


Information gain

Gini Index

Entropy

None of the above

Yes, the answer is correct.


Score: 1

Accepted Answers:
Entropy

8) In a decision tree diagram, ________ node holds a class label 1 point



Root

Internal

Child

none of the above

No, the answer is incorrect.


Score: 0

Accepted Answers:
Child

9) State True or False: In


the pre-pruning approach, sub-trees are removed from a fully-grown decision
tree 1 point


True

False

Yes, the answer is correct.


Score: 1

Accepted Answers:
False

10) State True or False: LabelEncoder() is used to normalize and transform non-numerical labels to numerical labels 1 point


True

False

Yes, the answer is correct.


Score: 1

Accepted Answers:
True

You might also like