Quiz 12

Quiz 12

University

10 Qs

quiz-placeholder

Similar activities

23S1 1906

23S1 1906

University

11 Qs

[JUMP START] Python - Pandas

[JUMP START] Python - Pandas

University

12 Qs

Ayudantía #7 TICS100

Ayudantía #7 TICS100

University

9 Qs

TA MODUL 7 (VERSI 3)

TA MODUL 7 (VERSI 3)

University

10 Qs

NumpyPandas

NumpyPandas

University

10 Qs

InCube #Quiz 2

InCube #Quiz 2

University

15 Qs

Data Analytics using Python - Quiz 1

Data Analytics using Python - Quiz 1

University

10 Qs

Ayudantía #8 TICS100

Ayudantía #8 TICS100

University

10 Qs

Quiz 12

Quiz 12

Assessment

Quiz

Computers

University

Medium

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Machine learning models should work automatically without the need for the

user to manually set the hyperparameters.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While training your regression model using Gradient Decent, you noticed that the

value of loss increases with epochs, this behavior can be due to high learning

rate.

True

False

3.

DRAW QUESTION

1 min • 5 pts

Draw: Normal (expected) regression

Media Image

4.

DRAW QUESTION

1 min • 5 pts

Draw: Overfitting regression

Media Image

5.

FILL IN THE BLANK QUESTION

1 min • 4 pts

from scipy import stats
x = [5,7,8,7,2,17,2,9,4,11,12,9,6]
y = [99,86,87,88,111,86,103,87,94,78,77,85,86]

complete code to find :slope, intercept ??

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which Equation is polynomial regreesion

y=Ax+B

y=Ax1+Bx2+c

y=Ax1+Bx2^2+c

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Cleaning Empty Cells which function we use ?

df.dropna()

df.fillna(130, inplace = True)

df.loc[7, 'Duration'] = 45

A & B

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?