Beginner Quiz on ML and Python Basics

Beginner Quiz on ML and Python Basics

University

20 Qs

quiz-placeholder

Similar activities

Basic of Programming - Quiz 02

Basic of Programming - Quiz 02

University - Professional Development

15 Qs

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Kiểu dữ liệu xâu kí tự trong Python

Kiểu dữ liệu xâu kí tự trong Python

10th Grade - University

18 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Control Structures

Python Control Structures

University

20 Qs

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Quiz1_7A

Quiz1_7A

2nd Grade - Professional Development

20 Qs

Introduction to Python

Introduction to Python

University

15 Qs

Beginner Quiz on ML and Python Basics

Beginner Quiz on ML and Python Basics

Assessment

Quiz

Computers

University

Hard

Created by

medha rao

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

How do you handle missing or corrupted data in a dataset?

Drop missing rows or columns

Replace missing values with Mean/Median/

Mode

Assign a unique category to missing values

All of the above

2.

MULTIPLE SELECT QUESTION

45 sec • 20 pts

Which of the options contain the following lines?

import pandas as pd

df = pd.read_csv("filename.csv")

df.head()

Loading a dataset into python environment

See the first five rows of a data frame in Python

Checking the class of each variable in a pandas DataFrame

Code to see the dimensions of a data frame in Python

Function used to find missing values in a pandas DataFrame

3.

MULTIPLE SELECT QUESTION

45 sec • 20 pts

Check/Click all which uses Machine Learning below

Prediction

Image Recognition

Facial Recognition

Feeding the newborn

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the application of machine learning methods to a large database called?

Big data computing

Data Mining

Artificial Intelligence

Internet of Things

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Machine learning is a subset of which of the following

Deep Learning

Data Learning

Artificial Intelligence

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following are common classes of problems in machine learning?

Regression

Classification

Clustering

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Which of the following machine learning techniques helps in detecting the outliers in data?

Anomaly detection

Classification

Clustering

All of the above

Answer explanation

The machine learning algorithm which helps in detecting the outliers is known as anomaly detection.

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?