Basic ML Concepts & Syntax Quiz

Basic ML Concepts & Syntax Quiz

12th Grade

16 Qs

quiz-placeholder

Similar activities

Season 5 #Spaic Machine learning Weekly Quiz

Season 5 #Spaic Machine learning Weekly Quiz

KG - Professional Development

20 Qs

Season 1 #Spaic ML Azure Weekly Quiz

Season 1 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

Season 6 #Spaic ML 1 Weekly Quiz

Season 6 #Spaic ML 1 Weekly Quiz

KG - Professional Development

20 Qs

Season 4 #Spaic Machine learning Weekly Quiz

Season 4 #Spaic Machine learning Weekly Quiz

KG - Professional Development

20 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Statistics Data Analysis

Statistics Data Analysis

12th Grade

20 Qs

FFA Basics

FFA Basics

6th - 12th Grade

16 Qs

AI & ML Concepts

AI & ML Concepts

12th Grade

15 Qs

Basic ML Concepts & Syntax Quiz

Basic ML Concepts & Syntax Quiz

Assessment

Quiz

Other

12th Grade

Medium

Created by

Livia Ellen

Used 8+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to evaluate model performance in sklearn?

evaluate()

r2()

score()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the recommended value for ANSWER?

train_test_split(X,y, test_size=ANSWER)

0

0.2

0.9

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does ML stand for?

Mega Loop

Mind Language

Machine Learning

Mathematical Logic

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which library in Python is commonly used for implementing machine learning algorithms like linear regression?

matplotlib

scikit-learn

pandas

numpy

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of linear regression in ML?

Linear regression is used to classify data points into categories.

Linear regression is used to model the relationship between variables and make predictions.

Linear regression is used to calculate the mean of a dataset.

Linear regression is used to perform clustering analysis on datasets.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How can missing values in a dataset be handled?

Replace with Central tendency (mean, median, mode)

Delete columns with missing values

Drop Rows where you have missing values

All answers are correct

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the train-test split function do in ML?

It combines the training and testing sets

It shuffles the dataset randomly

It divides the dataset into training and testing sets.

It removes outliers from the dataset

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?