ML Quiz 6

ML Quiz 6

10th Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

Array Java

Array Java

University

15 Qs

Array

Array

10th - 12th Grade

20 Qs

Python Pandas

Python Pandas

12th Grade

20 Qs

Data Frame1

Data Frame1

12th Grade

10 Qs

PYTHON-QUIZ-2023

PYTHON-QUIZ-2023

University

17 Qs

Data Structures

Data Structures

University

20 Qs

Array

Array

University

12 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

ML Quiz 6

ML Quiz 6

Assessment

Quiz

Computers

10th Grade - Professional Development

Hard

Created by

Anik Chowdhury

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In pandas, Index values must be?

unique

hashable

both

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct Features of DataFrame?

Potentially columns are of different types

Can Perform Arithmetic operations on rows and columns

Labeled axes (rows and columns)

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true?

If data is an ndarray, index must be the same length as data.

Series is a one-dimensional labeled array capable of holding any data type

Both A and B

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is false?

ndarray is also known as the axis array.

ndarray.dataitemSize is the buffer containing the actual elements of the array.

NumPy main object is the homogeneous multidimensional array

In Numpy, dimensions are called axes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function in the library of Pandas allows you to manipulate data and create new variables:

read_csv function

pivot_table function

apply function

merge function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following takes a dict of dicts or a dict of array-like sequences and returns a DataFrame?

DataFrame.from_items

DataFrame.from_records

DataFrame.from_dict

All of the Mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a neural network, which one of these structural assumptions is the one that most affects the trade-off between underfitting (i.e. a high bias model) and overfitting (i.e. a high variance model):

The number of hidden nodes

The learning rate

The initial choice of weights

The use of a constant-term unit input

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?