0% found this document useful (0 votes)
1K views1 page

Module 1 Quiz - Coursera166

The document is a screenshot of an online quiz for a Coursera machine learning course module. It contains 11 multiple choice questions testing concepts about machine learning fundamentals and scikit-learn, including questions about supervised and unsupervised learning, k-nearest neighbors classification, and the importance of examining datasets before applying machine learning. The quiz is due on May 7th at 11:59 PM and the student has already attempted it once, receiving a grade of 81.81%.

Uploaded by

Luai Doumet
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
0% found this document useful (0 votes)
1K views1 page

Module 1 Quiz - Coursera166

The document is a screenshot of an online quiz for a Coursera machine learning course module. It contains 11 multiple choice questions testing concepts about machine learning fundamentals and scikit-learn, including questions about supervised and unsupervised learning, k-nearest neighbors classification, and the importance of examining datasets before applying machine learning. The quiz is due on May 7th at 11:59 PM and the student has already attempted it once, receiving a grade of 81.81%.

Uploaded by

Luai Doumet
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

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