Scikit learn

Scikit learn

5th - 10th Grade

5 Qs

quiz-placeholder

Similar activities

Grade 10 Lesson 9 Accessing Data Extra Work - 3rd G

Grade 10 Lesson 9 Accessing Data Extra Work - 3rd G

10th Grade

10 Qs

Introduction to AI-II

Introduction to AI-II

8th Grade

10 Qs

Sorting algorithms

Sorting algorithms

9th Grade

7 Qs

Pengenalan Kecerdasan Artifisial (AI) dan Machine Learning

Pengenalan Kecerdasan Artifisial (AI) dan Machine Learning

7th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI (WAHYU ANGGA RADITYA)

Hari 3 - Kuis Coding & Perkenalan AI (WAHYU ANGGA RADITYA)

1st Grade - Professional Development

10 Qs

Introduction to Data Structure

Introduction to Data Structure

1st - 10th Grade

10 Qs

OSI Layer 4: Transport

OSI Layer 4: Transport

10th Grade

10 Qs

AI Basics for All

AI Basics for All

10th Grade

10 Qs

Scikit learn

Scikit learn

Assessment

Quiz

Computers

5th - 10th Grade

Hard

Created by

awatif alnaqbi

Used 15+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Accuracy is

a model that is trained to recognise some patterns.

is comparing the actual results with the ML model predications

Is a library for Machine Learning

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Scikit learn:

Is a library for Machine Learning has useful functions for building ML models.

Is a model that is trained to recognise some patterns.

is a function in python programming language.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The function to_csv() is used for:

reading data from a file.

saving data to a file.

appending data to file.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The function train_test_split() is used for:

split data into features and labels.

split data into training and labels

split data into training and testing data.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

the function predict() is used for:

training the ML model.

testing the ML model.

training and testing the ML model.