Ivy - Python Final Assessment

Ivy - Python Final Assessment

Assessment

Quiz

Professional Development, Computers, Business

Professional Development

Hard

Created by

Riti Bera

Used 6+ times

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When performing regression or classification, which of the following is the correct way to pre-process the data?

Normalize the Data->PCA->Training

PCA → normalize PCA output → training

Normalize the data → PCA → normalize PCA output → training

None of the Above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following metrics and tools are most widely used to assess a classification model?

Confusion matrix

Cost-sensitive accuracy

Area under the ROC curve

All of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Suppose that we have N independent variables (X1,X2… Xn) and dependent variable is Y. Now Imagine that you are applying linear regression by fitting the best fit line using least square error on this data.You found that correlation coefficient for one of it’s variable(Say X1) with Y is -0.95.

Which of the following is true for X1?

Relation between the X1 and Y is weak

Relation between the X1 and Y is strong

Relation between the X1 and Y is neutral

Correlation can’t judge the relationship

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q) What is the output of the following list function?


sampleList = [10, 20, 30, 40, 50]

sampleList.append(60)

print(sampleList)


sampleList.append(60)

print(sampleList)

[10, 20, 30, 40, 50, 60]

[10, 20, 30, 40, 50, 60]

[10, 20, 30, 40, 50, 60]

[10, 20, 30, 40, 50, 60, 60]

[10, 20, 30, 40, 50, 60]

[10, 20, 30, 40, 60]

[10, 20, 30, 40, 50, 60]

[10, 20, 50, 60, 60]

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

SVM can be used to solve which of the following problem/problems?

Clustering

Classification

Regression

B & C Both

A & C Both

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which distance metrics is used by K-Nearest Neighbors to identify the similar(neighboring) records?

Perpendicular Distance

Euclidean Distance

Diagonal Distance

None of the above

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Q: Consider the following elbow curve as shown in the image attached. What is the optimal number of clusters one can conclude from this curve?

Optimal number is 4 clusters

Optimal number is 5 clusters

Optimal number is 6 clusters

Optimal number is 7 clusters

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?