Review Weeks 1-3

Review Weeks 1-3

University

58 Qs

quiz-placeholder

Similar activities

AIL303m

AIL303m

University

60 Qs

FUNDAMENTALS OF ARTIFICIAL INTELLIGENCE

FUNDAMENTALS OF ARTIFICIAL INTELLIGENCE

University

63 Qs

Advanced Networking (Net102)

Advanced Networking (Net102)

University

60 Qs

Basis Data

Basis Data

University

55 Qs

TKI MODUL 2 RPL

TKI MODUL 2 RPL

University

63 Qs

#5 CIW Data Analyst - Certification Prep

#5 CIW Data Analyst - Certification Prep

9th Grade - University

54 Qs

Network Models

Network Models

University

60 Qs

Computer Skills - Chapter 1

Computer Skills - Chapter 1

University

60 Qs

Review Weeks 1-3

Review Weeks 1-3

Assessment

Quiz

Computers

University

Medium

Created by

Emily Anne

Used 3+ times

FREE Resource

58 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the purpose of splitting the dataset into training and testing sets? (Choose 2)

To test how well the model generalizes

To evaluate the model on unseen data

To improve training speed

To split the features from the target

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to split a dataset into training and testing sets in scikit-learn?

train_test_split()

split_train_test()

train_test()

split()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameter in train_test_split() controls the ratio of the test set size?

test_size

test_ratio

split_ratio

test_split

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data does the predict() method return in most ML models?

Raw data

Predictions for target variables

Evaluation metrics

Training errors

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In classification tasks, what does predict_proba() return?

Class labels

Class probabilities

Predictions with errors

Confusion matrix

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the fit() method do in a machine learning model?

Evaluates the model on the test data

Prepares the data for testing

Trains the model using training data

Makes predictions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of feature scaling in machine learning?

To normalize target variables

To improve model interpretability

To ensure features are on the same scale

To remove outliers

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?