Module 1 Quiz
Module 1 Quiz
测验, 10 个问题
1
point
1。
Select the option that correctly completes the sentence:
Training a model using labeled data and using this model to predict
the labels for new data is known as ____________.
Supervised Learning
Density Estimation
Clustering
Unsupervised Learning
1
point
2。
Select the option that correctly completes the sentence:
Supervised Learning
Regression
Unsupervised Learning
Classification
1
Module 1 Quiz
point
测验, 10 个问题
3。
Select the option that correctly completes the sentence:
Regression
Clustering
Classification
Feature Extraction
1
point
4。
Select the option that correctly completes the sentence:
Feature Extraction
Regression
Classification
Clustering
1
point
5。
Using the data for classes 0, 1, and 2 plotted below, what class
Module 1 Quiz
would a KNeighborsClassifier classify the new point as for k = 1 and
测验, 10 个问题 k = 3?
• k=1: Class 2
• k=3: Class 1
• k=1: Class 1
• k=3: Class 0
• k=1: Class 0
• k=3: Class 1
• k=1: Class 1
• k=3: Class 2
Module 1 Quiz
测验, 10 个问题
• k=1: Class 0
• k=3: Class 2
1
point
6。
Which of the following is true for the nearest neighbor classifier
(Select all that apply):
1
point
7。
Why is it important to examine your dataset as a first step in
applying machine learning? (Select all that apply):
1
point
8。
The key purpose of splitting the dataset into training and test sets
is:
1
point
9。
The purpose of setting the random_state parameter in
train_test_split is: (Select all that apply)
1
point
10。
Module 1 Quiz
Given a dataset with 10,000 observations and 50 features plus one
测验, 10 个问题 label, what would be the dimensions of X_train, y_train, X_test, and
y_test? Assume a train/test split of 75%/25%.
• X_train: (2500, )
• X_test: (7500, )
• y_train: (10000, )
• y_test: (10000, )
• y_train: (2500, )
• y_test: (7500, )
• y_train: (7500, )
• y_test: (2500, )
• y_train: (10000, )
• y_test: (10000, )
Thank You !!
我(伟臣 沈)了解提交不是我自己完成的作业 将永远不会通过
Happy Learning Vaibhav
此课程或导致我的 Coursera 帐号被关闭。
了解荣誉准则的更多信息
提交测试
Module 1 Quiz
测验, 10 个问题