I get this error when I do the following in the jupyter lab:
from pyspark.ml.feature import VectorAssembler
Error: ModuleNotFoundError Traceback (most recent call last) Cell In[5], line 1 ----> 1 from pyspark.ml.feature import VectorAssembler
Can anyone tell how to fix?