Mid-sprint 26/04

Mid-sprint 26/04

Professional Development

6 Qs

quiz-placeholder

Similar activities

JavaScript DOM

JavaScript DOM

Professional Development

7 Qs

Hari 3 - Kuis Coding & Perkenalan AI (Saraswati)

Hari 3 - Kuis Coding & Perkenalan AI (Saraswati)

Professional Development

10 Qs

Bertelsmann AI Track Quiz Initiative #2

Bertelsmann AI Track Quiz Initiative #2

University - Professional Development

10 Qs

Logistic Regression

Logistic Regression

University - Professional Development

10 Qs

Machine Learning Fundamentals Quiz

Machine Learning Fundamentals Quiz

Professional Development

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

Professional Development

10 Qs

Pre-Test (Regression & Time-Series)

Pre-Test (Regression & Time-Series)

Professional Development

10 Qs

Restoring iPhone or iPad to Factory Settings

Restoring iPhone or iPad to Factory Settings

Professional Development

10 Qs

Mid-sprint 26/04

Mid-sprint 26/04

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Khalil OUERTANI

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which pandas function allows us to generate descriptive statistics of a DataFrame?

info()

describe()

fillna()

stats()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The mode() function applied to this dataset: [2, 2, 2, 4, 4, 4, 4, 5, 7, 7, 7, 7, 8] returns:

2

7

[4,7]

4

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

“The median is an indicator of position”. Is this statement correct?

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The value_counts() method returns:

An array containing the occurrences of each value of the variable studied

The most frequent element of the variable studied

A Series containing the occurrences of each value of the variable studied

None of the following three propositions

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

“The average is not a very robust indicator to extreme values.” Is this statement correct?

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method can be used with data with a high fraction of missing labels?

Supervised learning

Non supervised learning

Semi-supervised learning

All answers