Question from the Python Machine Learning test

How to create a numpy array in scikit-learn

Easy

Consider vec, an array created like this

vec = numpy.array([[1,2,3,4],[5,6,7,8]], dtype='int32')

What will print(type(vec)) display ?

Author: W3D TeamStatus: PublishedQuestion passed 161 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!