Beginner Quiz on ML and Python Basics

Beginner Quiz on ML and Python Basics

University

20 Qs

quiz-placeholder

Similar activities

Python Basics 1

Python Basics 1

University

20 Qs

Python Basic Quiz 01

Python Basic Quiz 01

University

17 Qs

Python MCQ

Python MCQ

University

20 Qs

AITT LAB QUIZ 1

AITT LAB QUIZ 1

University

15 Qs

Geeks for Geeks PCCOER Info Session CP Quiz

Geeks for Geeks PCCOER Info Session CP Quiz

University

20 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 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?