100% found this document useful (1 vote)
9K views1 page

Graded Quiz - Test Your Project Understanding - Coursera

The document is a graded quiz on understanding a project involving clustering geolocation data intelligently in Python. It contains two multiple choice questions. The first question asks why exploratory data analysis was useful for the project, and the correct answer is that it removed null values which would break the machine learning models. The second question asks if K-Means finds the optimal number of clusters, and the correct answer is false, as K-Means needs to be told the number of clusters k to find.

Uploaded by

Ram Murthy
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
100% found this document useful (1 vote)
9K views1 page

Graded Quiz - Test Your Project Understanding - Coursera

The document is a graded quiz on understanding a project involving clustering geolocation data intelligently in Python. It contains two multiple choice questions. The first question asks why exploratory data analysis was useful for the project, and the correct answer is that it removed null values which would break the machine learning models. The second question asks if K-Means finds the optimal number of clusters, and the correct answer is false, as K-Means needs to be told the number of clusters k to find.

Uploaded by

Ram Murthy
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/ 1

01/07/2020 Graded Quiz: Test your Project understanding | Coursera

Graded Quiz: Test your Project understanding Due Jul 6, 12:29 PM IST
Graded Quiz • 30 min

GRADE
Congratulations!
QUIZ • 30 MIN You passed! Keep Learning 100%
TO PASS 80% or higher

Graded Quiz: Test your Project


understanding
Graded Quiz: Test your Project
understanding
LATEST SUBMISSION GRADE

100% Submit your assignment Try again


DUE Jul 6, 12:29 PM IST

1. Why was Exploratory Data Analysis useful for our project? 1 / 1 point

Receive grade Grade


View Feedback
NaNs (nulls)
TO PASS 80%will break the model if they are not removed.
or higher 100%
We keep your highest score

Correct

Correct. Machine learning models need numbers explicitly.

Removing duplicates will prevent faulty clusters from forming.

Correct

Correct! False duplicate locations could bias our models, especially our density-based ones.

It made our scatter plot much easier to visualize.

2. The K-Means algorithm will find the optimal number of clusters, k. 1 / 1 point

True. K-Means uses Silhouette Scores to find optimal clusters.

True. K-Means iteratively tries different cluster values k in order to find the best performing one.

False K Means clusters iteratively but needs to be told how many clusters k to find
https://www.coursera.org/learn/clustering-geolocation-data-intelligently-python/exam/jHKBj/graded-quiz-test-your-project-understanding/attempt?redire… 1/1

You might also like