Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
57 views

Data Analytics With Python - Week 12 - 2022

The document discusses an assignment for a course on data analytics with Python. It provides 10 multiple choice questions about clustering algorithms, decision trees, and other machine learning topics. The assignment is to select the correct answer for each question.

Uploaded by

mounijimin
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

Data Analytics With Python - Week 12 - 2022

The document discusses an assignment for a course on data analytics with Python. It provides 10 multiple choice questions about clustering algorithms, decision trees, and other machine learning topics. The assignment is to select the correct answer for each question.

Uploaded by

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

X

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

sadeshcse.velalar@gmail.com 

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Data Analytics with Python (course)

Course outline Week12 : Assignment 12


The due date for submitting this assignment has passed.
How does an Due on 2022-04-20, 23:59 IST.
NPTEL online As per our records you have not submitted this assignment.
course work?
() 1) Which clustering algorithm works well when the shape of the clusters is hyper- 1 point
spherical?
Week 0 () K means
Agglomerative Hierarchical Clustering
Week 1 ()
Divisive Hierarchical Clustering
Week 2 () All of these

No, the answer is incorrect.


Week 3 () Score: 0
Accepted Answers:
Week 4 () K means

Week 5 () 2) In decision tree, an internal node represents 1 point

A test on an attribute
Week 6 ()
An outcome of the test
Week 7 () Entire sample population
Holds a class label
Week 8 ()
No, the answer is incorrect.
Score: 0
Week 9 () Accepted Answers:
A test on an attribute
Week 10 ()
3) Choose the correct statement about the CART model 1 point
Week 11 ()
CART is an unsupervised learning technique
Week 12 () CART is a supervised technique
CART adopts a greedy approach
Hierarchical
method of Both b. and c.

N h i i
clustering- II No, the answer is incorrect.
(unit? Score: 0
unit=103&lesson Accepted Answers:
=104) Both b. and c.

Classification 4) ______ is used to build the decision tree model in python- 1 point
and Regression
Trees (CART : I)
Decision tree classifier
(unit? DecisionTreeClassifier
unit=103&lesson
Decision_tree_classifier
=105)
Decision_tree_model
Measures of
No, the answer is incorrect.
attribute
Score: 0
selection (unit?
Accepted Answers:
unit=103&lesson
DecisionTreeClassifier
=106)

Attribute 5) State True or False: Gini Index enforces the resulting tree to have multiway 1 point
selection splits
Measures in
CART : II (unit? True
unit=103&lesson False
=107)
No, the answer is incorrect.
Classification Score: 0
and Regression Accepted Answers:
Trees (CART) - False
III (unit?
unit=103&lesson
6) In a decision tree, ______ node represents the entire population 1 point
=108)
Root
Important data
files (unit? Internal
unit=103&lesson Child
=109)
None of the above
Python code
No, the answer is incorrect.
files (unit? Score: 0
unit=103&lesson
Accepted Answers:
=110)
Root
Quiz: Week12 :
Assignment 12 7) _______is the measure of uncertainty of a random variable, it characterizes the impurity of 1 point
(assessment? an arbitrary collection of examples.
name=159)
Information gain
Assignment
solution - Week Gini Index
12 (unit? Entropy
unit=103&lesson
None of the above
=165)
No, the answer is incorrect.
Download Score: 0
Videos () Accepted Answers:
Entropy
Weekly
Feedback () 8) In a decision tree diagram, ________ node holds a class label 1 point

Root
Text
Transcripts () Internal
Books () Child
none of the above
Live sessions - No, the answer is incorrect.
Solve sample Score: 0
problems with Accepted Answers:
us () Child

9) State True or False: In the pre-pruning approach, sub-trees are removed from a1 point
fully-grown decision tree

True
False

No, the answer is incorrect.


Score: 0
Accepted Answers:
False

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

True
False

No, the answer is incorrect.


Score: 0
Accepted Answers:
True

You might also like