MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is responsible for 2D structures
A
Numpy
B
panda
C
matplotlib
D
sklearn
Explanation: 

Detailed explanation-1: -pyplot is a python package used for 2D graphics.

Detailed explanation-2: -Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms.

Detailed explanation-3: -Matplotlib and Numpy provide the modules and functions to visualize a 2D array in python. To visualize an array or list in matplotlib, we have to generate the data, which the NumPy library can do, and then plot the data using matplotlib.

There is 1 question to complete.