You are on page 1of 9

28/07/2021 18AIC101J- FDA-CT-3

18AIC101J- FDA-CT-3
Your email will be recorded when you submit this form

Not by5597@srmist.edu.in? Switch account

* Required

PART-B Answer All Questions (15 x 2 = 30)

|x1-x2| + |y1-y2| distance metric will be called as ---- * 2 points

Euclidian distance

Chebyshev distance

Cosine distance

Manhatton distance

What are the different ways to select the sequence of colors while 2 points

drawing a graph? *

#rrggbb and sequence of color codes as strings

#rrggbb and sequence of color names as strings.

#rrrggg and sequence of color codes as strings

#rrrggg andsequence of color names as strings

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 1/9
28/07/2021 18AIC101J- FDA-CT-3

------------ python sklearn sub-module contains linear regression 2 points

function *

Sequence_model

Linear_model

Logistic_model

Linearregression_model

What is the function used to separate the main Axes (i.e., the general 2 points

chart) from the frame you want to add that will be another instance of
Axes? *

add_axis()

fig_axes()

add_axes()

axes_add()

What are the two parameter used to call confusion matrix function? * 2 points

X_test, Y_test

X_train, Y_train

Y_train, Y_test

Y_predict, Y_test

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 2/9
28/07/2021 18AIC101J- FDA-CT-3

For the given table, identify the column variables that could be stacked to 2 points

create a stacked bar chart. *

Time and day

Tip and sex

Tip and day

Day and sex

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 3/9
28/07/2021 18AIC101J- FDA-CT-3

Identify the output for the coding given below import matplotlib.pyplot as 2 points

plt; plt.plot(3,2); plt.show() *

Option 1 Option 4

Option 2 Option 3

Formua for accuracy metrics on machine learnig model is -------- * 2 points

(TP+FN)/ totalno.of samples

(TP+FP)/TP

(TP+TN)/totalno.of samples

(TP+FN)/TP+NP

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 4/9
28/07/2021 18AIC101J- FDA-CT-3

What are the three category of labels available and number of rows in iris 2 points

dataset. *

(Setosa, versicolor, virginica), 160

(Versinica, setosa, virgicolor), 155

(Versinica, setosa, virgicolor), 156

(Setosa, versicolor, virginica), 150

To preserve the order of samples in train, test split ------------ parameter 2 points

should be set positive in traintestsplit function. *

Randomstate

Test_size

What are the general steps in Data Analytics Pipeline? * 2 points

Performing data analysis, Preparing data, learning from data, Visualization, Obtaining
insights

Obtaining insights, Preparing data, Performing data analysis,Learning from


data,Visualization

Preparing data,Performing data analysis,learning from data,Visualization,Obtaining


insights

Preparing data, Visualization, Performing data analysis, learning from data, Obtaining
insights

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 5/9
28/07/2021 18AIC101J- FDA-CT-3

Identify the type of graph drawn for the coding given below. * 2 points

Pie

Bar

polar

Barh

-----------= function call used for calling support vector machine 2 points

classification. *

Svm.SVC()

Svm.SVMC()

Svm.SVMR()

Svm.SVR()

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 6/9
28/07/2021 18AIC101J- FDA-CT-3

For the graph given below, identify the python code for obtaining this 2 points

output. *

import matplotlib.pyplot as plt; plt.plot([1,2],[4,5]); plt.show()

import matplotlib.pyplot as plt; plt.plot([1,3],[4,1]); plt.show()

import matplotlib.pyplot as plt; plt.plot([2,3],[5,1]); plt.show()

import matplotlib.pyplot as plt; plt.plot([1,2,3],[4,5,1]); plt.show()

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 7/9
28/07/2021 18AIC101J- FDA-CT-3

Select the python code required for getting the below output. * 2 points

Option 4 Option 2

Option 3 Option 1

Back Submit

Never submit passwords through Google Forms.

This form was created inside of SRM Institute of Science and Technology. Report Abuse

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 8/9
28/07/2021 18AIC101J- FDA-CT-3

 Forms

https://docs.google.com/forms/d/e/1FAIpQLSc1zHGKv6dFQxrLGL1IgC9QaKr9OycI3eZJoK4w9v_z-tMmJQ/formResponse 9/9

You might also like