4/26/24, 9:29 PM Data Analytics with Python - - Unit 14 - Week 11
([Link] ckkashigoudra@[Link]
([Link]
NPTEL ([Link] » Data Analytics with Python (course)
Announcements (announcements) About the Course (preview) Q&A (forum) Progress (student/home) Mentor (student/mentor)
Review Assignment (assignment_review) Course Recommendations (/course_recommendations)
If already registered, click to
check your payment status
Week 11: Assignment 11
The due date for submitting this assignment has passed.
Course outline Due on 2024-04-10, 23:59 IST.
As per our records you have not submitted this assignment.
About NPTEL () 1) Which library is used for calculating distance measures in clustering using python? 0 points
distance_matrix
How does an NPTEL
online course work? () [Link]
scipy_spatial
Week 0 () [Link]
No, the answer is incorrect.
Week 1 () Score: 0
Accepted Answers:
Week 2 () distance_matrix
Week 3 () 2) Formula for dissimilarity computation between two objects for categorical variables is – 1 point
Here p is a categorical variable and m denotes the number of matches.
Week 4 ()
D(i, j) = p-m / p
Week 5 ()
D(i, j) = p-m / m
Week 6 () D(i, j) = m - p / p
D(i, j) = m - p / m
Week 7 () No, the answer is incorrect.
Score: 0
Week 8 () Accepted Answers:
D(i, j) = p-m / p
Week 9 ()
3) Select the correct option for a data set with 7 objects and an interval-scaled variable ‘f’ we have the following measurements: 1 point
Week 10 () f = (1, 2, 3, 4, 5, 8, 50) containing one outlying value.
Week 11 ()
Std deviation (std_f) and mean absolute deviation (s_f) are having the same effect of the outlier.
Clustering analysis: Part III Mean absolute deviation (s_f) is more affected by the outlier
(unit?unit=28&lesson=87)
Std deviation (std_f) is less affected by the outlier
Cluster analysis: Part IV Std deviation(std_f) is more affected by the outlier.
(unit?unit=28&lesson=88)
No, the answer is incorrect.
Cluster analysis: Part V (unit? Score: 0
unit=28&lesson=89) Accepted Answers:
Std deviation(std_f) is more affected by the outlier.
K- Means Clustering (unit?
unit=28&lesson=90)
4) Select the correct statement about the standardization in the following options 1 point
Hierarchical method of
clustering -I (unit? Standardizing the data always gives inefficient result while making clusters
unit=28&lesson=91) Standardizing the data always beneficial during clustering analysis
Important data files (unit? The variables having an absolute value may not efficient after standardization during clustering analysis
unit=28&lesson=92) Outliers can not be detected by standardized data
Quiz: Week 11: Assignment No, the answer is incorrect.
11 (assessment?name=176) Score: 0
Accepted Answers:
Solution for Assignment-11 The variables having an absolute value may not efficient after standardization during clustering analysis
(unit?unit=28&lesson=180)
Week 12 () 5) Which of the following can act as possible termination conditions in K-Means? 1 point
Download Videos () 1. For a fixed number of iterations.
2. Assignment of observations to clusters does not change between iterations. Except for cases with a bad local minimum.
Weekly Feedback () 3. Centroids do not change between successive iterations.
4. Terminate when RSS falls below a threshold.
Text Transcripts ()
1, 3 and 4
Books () 1,2,3 and 4
2 and 3
Problem Solving Session -
Jan 2024 () None of these
No, the answer is incorrect.
Score: 0
Accepted Answers:
1,2,3 and 4
6) In the figure below, if you draw a horizontal line on y-axis for y=2. What will be the number of clusters formed? 1 point
[Link]
([Link]
1
2
3
4
No, the answer is incorrect.
Score: 0
Accepted Answers:
2
7) Which of the following clustering requires merging approach? 1 point
Partitional
Naive Bayes
Hierarchical
None of the above
N h i i
[Link] 1/2
4/26/24, 9:29 PM Data Analytics with Python - - Unit 14 - Week 11
No, the answer is incorrect.
Score: 0
Accepted Answers:
Hierarchical
8) State True or False: Hierarchical clustering should primarily be used for exploration 1 point
True
False
No, the answer is incorrect.
Score: 0
Accepted Answers:
True
9) State True or False: For finding dissimilarity between two clusters in hierarchical clustering, average-link is the only metric used 1 point
True
False
No, the answer is incorrect.
Score: 0
Accepted Answers:
False
10) If two variables V1 and V2, are used for clustering. Which of the following are true for K means clustering with k =3? 1 point
1. If V1 and V2 has a correlation of 1, the cluster centroids will be in a straight line
2. If V1 and V2 has a correlation of 0, the cluster centroids will be in straight line
1 only
2 only
1 and 2
None of the above
No, the answer is incorrect.
Score: 0
Accepted Answers:
1 only
[Link] 2/2