Quiz - Machine Learning in PySpark

Quiz on machine learning libraries in PySpark.

We'll cover the following...
Technical Quiz
1.

To transform our dataframe into vector data types, we can use the ___________ class to combine a range of columns into a single vector column.

A.

Vectorize

B.

VectorAssembler

C.

Vector

D.

VectorAssemble


1 / 3