Search Header Logo

christ_internship

Authored by Nithin G

Other

University

Used 1+ times

christ_internship
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Did you try any coding excercises provided in this internship?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following machine learning techniques use labelled data for training?

Unsupervised Learning

Supervised Learning

Reinforcement Learning

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a classification algorithm?

Logistic Regression

K-Nearest Neighbours

Support Vector Machine

Agglomerative Hierarchical Algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following :

>>> import pandas as pd

>>> series1 = pd.Series([10,20,30])

>>> print(series1)

Output:

0 10

1 20

2 30

dtype: int64

Output:

10

20

30

dtype: int64

Output:

0

1

2

dtype: int64

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to remove "ID" column from dataframe named df.

df.drop("ID",axis=1)

df.drop("ID")

df.remove("ID")

df.remove("ID",axis=1)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?