You are on page 1of 1

5/21/23, 9:55 PM Module 1 Quiz | Coursera

Module 1 Quiz
Back Due May 7, 11:59 PM +04
Graded Quiz • 20 min

Module 1: Fundamentals of
Machine Learning - Intro to SciKit
Try again once you are ready
Try again
Grade Latest Submission To pass 82% or
Module 1 Quiz
Learn

Week 1 - Assignments received 81.81% Grade 63.64% higher


Quiz: Module 1 Quiz
Quiz • 20 min
11 questions
Review Learning Objectives
Programming Assignment:
Assignment 1
3h 1. Select the option that correctly completes the sentence: 1 / 1 point

Training a model using labeled data and using this model to predict the labels for new data is known as
Submit your assignment
____________. Try again
Due  May 7, 11:59 PM +04 Attempts  3 every 8 hours

Correct

Receive grade Your grade


View Feedback
To Pass  82% or higher 81.81% We keep your highest score
2. Select the option that correctly completes the sentence: 0 / 1 point

Modeling the features of an unlabeled dataset to find hidden structure is known as ____________.

Like Dislike Report an issue


Incorrect

3. Select the option that correctly completes the sentence: 1 / 1 point

Training a model using categorically labelled data to predict labels for new data is known as __________.

Correct

4. Select the option that correctly completes the sentence: 1 / 1 point

Training a model using labelled data where the labels are continuous quantities to predict labels for new data is
known as __________.

Correct

5. Using the data for classes 0, 1, and 2 plotted below, what class would a KNeighborsClassifier classify the new 1 / 1 point
point as for k = 1 and k = 3?

Correct

6. Which of the following would *not* be something you specify for a nearest neighbor classifier algorithm? 0 / 1 point

Incorrect

7. Why is it important to examine your dataset as a first step in applying machine learning? (Select all that apply): 1 / 1 point

Correct

8. The key purpose of splitting the dataset into training and test sets is: 1 / 1 point

Correct

9. The purpose of setting the random_state parameter in train_test_split is: (Select all that apply) 0 / 1 point

Incorrect

10. Given a dataset with 10,000 observations and 50 features plus one label, what would be the dimensions of 1 / 1 point
X_train, y_train, X_test, and y_test? Assume a train/test split of 75%/25%.

Correct

11. Which of the following statements about the effect of the number of neighbors parameter k is true? 0 / 1 point

Incorrect


https://www.coursera.org/learn/python-machine-learning/exam/W3RV7/module-1-quiz/attempt?redirectToCover=true 1/1

You might also like