0% found this document useful (0 votes)
6 views19 pages

MLP Solved Quiz1 Paper by Binal Singh

The document outlines a structured online assessment with 23 mandatory questions across multiple sections, focusing on various topics including multiple choice and multiple select questions. Each question has specific attributes such as question type, correct marks, and options provided for responses. Additionally, it includes instructions for response types and evaluation requirements.

Uploaded by

the2003diego
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)
6 views19 pages

MLP Solved Quiz1 Paper by Binal Singh

The document outlines a structured online assessment with 23 mandatory questions across multiple sections, focusing on various topics including multiple choice and multiple select questions. Each question has specific attributes such as question type, correct marks, and options provided for responses. Additionally, it includes instructions for response types and evaluation requirements.

Uploaded by

the2003diego
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/ 19

NOTE: Enter your answer in two decimal places.

Response Type : Numeric

Evaluation Required For SA : Yes

Show Word Count : Yes

Answers Type : Range

Text Areas : PlainText

Possible Answers :

1.00 to 1.05

MLP
Section Id : 64065321863

Section Number : 12

Section type : Online

Mandatory or Optional : Mandatory

Number of Questions : 23

Number of Questions to be attempted : 23

Section Marks : 50

Display Number Panel : Yes

Group All Questions : No

Enable Mark as Answered Mark for Review and


Yes
Clear Response :

Maximum Instruction Time : 0

Sub-Section Number : 1

Sub-Section Id : 64065348802
Question Shuffling Allowed : No

Question Number : 196 Question Id : 640653345336 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 0

Question Label : Multiple Choice Question

Options :

6406531148605. YES

6406531148606. NO

Sub-Section Number : 2

Sub-Section Id : 64065348803

Question Shuffling Allowed : Yes

Question Number : 197 Question Id : 640653345337 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Select Question

Options : If the test_size=30 it means test size will have 30 samples


If test_size=0.2 then it means test size will have 20% of the samples
6406531148607.

6406531148608.

6406531148609.

6406531148610.

Question Number : 198 Question Id : 640653345339 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Select Question

Options :

There is no function
6406531148615. named load_X_y
To split data into X,y
you can use:
1. return_X_y=True
6406531148616.
2. as_frame=True

6406531148617.

6406531148618.
Question Number : 199 Question Id : 640653345345 Question Type : MSQ Is Question
Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Select Question

These are the medians


1. median of sepal_length=5.9
2.median of sepal_width=3
3.median of petal_length=4.5
4.median of petal_width=1.5

Acc to above data ans the


questions below

Options :

6406531148641. Median petal_length value is greater than median petal_width.

6406531148642. Median sepal_length value is smaller than the value of median petal_width.

6406531148643. The range of petal_length values is larger than the ranges of all three other
features.

6406531148644. Only the feature sepal_length has outliers.

Question Number : 200 Question Id : 640653345350 Question Type : MSQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0
Just check 3 things
Correct Marks : 2 1. learning_rate=‘adaptive’
2.Import SGDRegressor
Question Label : Multiple Select Question 3.SGDRegressor must be used
The correct code block or blocks to set adaptive learning rate while using SGDRegressor will be-

Options :

6406531148658.

6406531148659.

6406531148660.

6406531148661.

Sub-Section Number : 3

Sub-Section Id : 64065348804

Question Shuffling Allowed : Yes

Question Number : 201 Question Id : 640653345338 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question


Options :

6406531148611.

read_csv function is
used to read data files
6406531148612.

6406531148613.

6406531148614.

Question Number : 202 Question Id : 640653345341 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Options :

6406531148625. (30,10) and (30,) Underlined parameters are used to


tell the shape of X and y
6406531148626. (30,20) and (30,)

6406531148627. (20,30) and (20,)


6406531148628. (20,10) and (20,)

Question Number : 203 Question Id : 640653345342 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

The resulting matrix has two rows (one for each dictionary) and three
columns (one for each unique key in the dictionaries: 'plot number’ and
Options : 'carpet area’).the third column to the missing feature in the second
dictionary.
6406531148629. array([[610.9, 0. , 77. ], [ 51. , 251.8, 0. ]])

6406531148630. array([[611.9, 0. , 69. ], [251.8, 51. , 0. ]])

6406531148631. array([[251.8, 0. , 69. ], [611.9, 51. , 0. ]])

6406531148632. array([[251.8, 0. , 51. ], [611.9, 69. , 0. ]])

Question Number : 204 Question Id : 640653345344 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question


Since n_features_to_select is
equal to 3
Therefore support_ function
Options : will give an array with 3 True
values
6406531148637. [ True False False True False True True True]

6406531148638. [ True False False False False False True True]

6406531148639. [ True False False False False True True True]

6406531148640. [ True False False False False False True False]

Question Number : 205 Question Id : 640653345346 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0 Action Comedy Scifi Thrill

Correct Marks : 2 arr[0] 1 1 0 0


Question Label : Multiple Choice Question arr[1] 0 1 0 0
arr[2] 1 0 0 1

arr[3] 1 0 1 1

Options :

6406531148645. array([[1, 1, 0, 0], [0, 1, 0, 0], [1, 0, 0, 1], [1, 0, 1, 1]])

6406531148646. array([[1, 0, 0, 0], [0, 1, 0, 0], [1, 0, 0, 1], [1, 0, 1, 1]])

6406531148647. array([[1, 0, 0, 0], [0, 1, 0, 0], [1, 0, 0, 0], [1, 0, 1, 1]])

6406531148648. array([[1, 0, 0], [0, 1, 0], [1, 0, 0], [1, 0, 1]])


Question Number : 206 Question Id : 640653345347 Question Type : MCQ Is Question
Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

SelectKBest has k=3 therefore it leaves only


Options :
best 3 features in data
6406531148649. (2000,8)

6406531148650. (2000,3)

6406531148651. (3, 2000)

6406531148652. (2000, 5)

Question Number : 207 Question Id : 640653345348 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Options :
6406531148653. -3

6406531148654. 3
Solution Sent in the group
6406531148655. -2

6406531148656. 2

Question Number : 208 Question Id : 640653345351 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Options :

6406531148662. 0.789

6406531148663. 0.948 Solution Sent in the group

6406531148664. 0.922

6406531148665. 0.824

Question Number : 209 Question Id : 640653345353 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question


In the code above, the X data is a 2D NumPy array with 4
rows and 2 columns. The RepeatedKFold object is
created with n_splits=2 and n_repeats=2, which means
that the data will be split into 2 folds, and the cross-
validation process will be repeated 2 times. Answer is
option 4 because the indices 0, 1, 2, and 3 should be
present in the data
Options : For example the first iteration can be [1 2] [0 3] but it
can’t be [1 2] [2 3]
6406531148670.

6406531148671.

6406531148672.

6406531148673.

Question Number : 210 Question Id : 640653345356 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question


Options :

6406531148682. [0.85,0.1,0.05] Number of coefficients must be same as


number of features
6406531148683. [3,2,1]

6406531148684. [0.85,0]

6406531148685. There are some mistakes in the 3rd /4th line of code, hence it will produce an
error.

Question Number : 211 Question Id : 640653345360 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Options :

6406531148694. 5
Score is always in the range[0,1]
6406531148695. 99

6406531148696. 0.999

6406531148697. No evaluation metrics is mentioned, hence it will produce an error.

Sub-Section Number : 4

Sub-Section Id : 64065348805

Question Shuffling Allowed : Yes

Question Number : 212 Question Id : 640653345340 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 4

Question Label : Multiple Choice Question

It gives data type Bunch


It gives data type Tuple
It gives data type Bunch
It gives data
type Tuple

Options :

6406531148619. Bunch, Tuple, DataFrame, DataFrame

6406531148620. Bunch, Tuple, DataFrame, Tuple

6406531148621. Bunch, Ndarray, Bunch, Ndarray

6406531148622. Ndarray, Tuple, Ndarray, Tuple

6406531148623. Bunch, Tuple, Bunch, Tuple

6406531148624. It will result in an error.

Sub-Section Number : 5

Sub-Section Id : 64065348806

Question Shuffling Allowed : Yes

Question Number : 213 Question Id : 640653345343 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 1

Question Label : Multiple Choice Question


2 steps

Options :

6406531148633. 2

6406531148634. 3

6406531148635. 4

6406531148636. 1

Sub-Section Number : 6

Sub-Section Id : 64065348807

Question Shuffling Allowed : Yes

Question Number : 214 Question Id : 640653345349 Question Type : SA Calculator : None


Response Time : N.A Think Time : N.A Minimum Instruction Time : 0

Correct Marks : 1

Question Label : Short Answer Question

get_n_splits returns the value of n_splits i.e. 3

NOTE: Enter your answer to the nearest integer.

Response Type : Numeric

Evaluation Required For SA : Yes

Show Word Count : Yes

Answers Type : Equal

Text Areas : PlainText

Possible Answers :
3

Sub-Section Number : 7

Sub-Section Id : 64065348808

Question Shuffling Allowed : Yes

Question Number : 215 Question Id : 640653345352 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question

Which of the following code snippets represent correct methods to obtain cross validated
performance measure using LeaveOneOut?

Options :

6406531148666.

6406531148667.

6406531148668.
6406531148669.

Question Number : 216 Question Id : 640653345354 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question

Options :

6406531148674. 1.00

6406531148675. 0.67 Out of 3 inctances of 2 our model only predicted 2 correctly


Therefore recall is 2/3=0.67
6406531148676. 0.50

6406531148677. 0.81

Question Number : 217 Question Id : 640653345355 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 3

Question Label : Multiple Choice Question


Since interaction_only is true
therefore all terms with power will get eliminated
And reshape is 2,2 therefore arr[0][0] will be
[1,1,2,1]
Options : and arr[0][1] will be [1,3,4,12]

6406531148678. array([[ 1., 1., 2., 2.], [ 1., 5., 10., 50.], [ 1., 3., 4., 12.]])

6406531148679. array([[ 1., 1., 2., 3., 2., 3., 6.], [ 1., 4., 5., 10., 20., 40., 50.]])

6406531148680. array([[ 1., 4., 5., 10., 20., 40., 50.], [ 1., 1., 2., 3., 2., 3., 6.]])

6406531148681. array([[ 1., 1., 2., 2.], [ 1., 3., 4., 12.]])

Sub-Section Number : 8

Sub-Section Id : 64065348809

Question Shuffling Allowed : No

Question Id : 640653345357 Question Type : COMPREHENSION Sub Question Shuffling


Allowed : No Group Comprehension Questions : No Calculator : None Response Time : N.A
Think Time : N.A Minimum Instruction Time : 0

Question Numbers : (218 to 219)

Question Label : Comprehension

Consider the following code snippet, and answer the given subquestions.
Sub questions

Question Number : 218 Question Id : 640653345358 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0

Correct Marks : 2

Question Label : Multiple Choice Question

Options :

6406531148686. 0.0001

6406531148687. 0.001
In the code above it is mentioned that fit_intercept is False
Therefore results.intercept_ will give answer 0
6406531148688. 0.1

6406531148689. 0.0

Question Number : 219 Question Id : 640653345359 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction
Time : 0
Correct Marks : 3

Question Label : Multiple Choice Question

Options :
The best_score_ attribute is used to print the
6406531148690. 0.32
negative mean squared error (MSE) of the best
6406531148691. 0.528 alpha value found during cross-validation.

6406531148692. 0.681

6406531148693. -0.609

BDM
Section Id : 64065321864

Section Number : 13

Section type : Online

Mandatory or Optional : Mandatory

Number of Questions : 13

Number of Questions to be attempted : 13

Section Marks : 20

Display Number Panel : Yes

Group All Questions : No

Enable Mark as Answered Mark for Review and


Yes
Clear Response :

Maximum Instruction Time : 0

Sub-Section Number : 1

Sub-Section Id : 64065348810

Question Shuffling Allowed : No

Question Number : 220 Question Id : 640653345361 Question Type : MCQ Is Question


Mandatory : No Calculator : None Response Time : N.A Think Time : N.A Minimum Instruction

You might also like