使用 pyspark 进行 Classification 的简单例子

This is the second assignment for the Coursera course “Advanced Machine Learning and Signal Processing”

Just execute all cells one after the other and you are done - just note that in the last one you have to update your email address (the one you’ve used for coursera) and obtain a submission token, you get this from the programming assignment directly on coursera.

Please fill in the sections labelled with “###YOUR_CODE_GOES_HERE###”

!pip install pyspark==2.4.5
Requirement already satisfied: pyspark==2.4.5 in /home/jupyterlab/conda/envs/python/lib/python3.7/site-packages (2.4.5)
Requirement already satisfied: py4j==0.10.7 in /home/jupyterlab/conda/envs/python/lib/python3.7/site-packages (from pyspark==2.4.5) (0.10.7)

你可能感兴趣的:(大数据机器学习实践探索,pyspark)