当前位置:首页 > 编程笔记 > 正文
已解决

使用 pyspark 进行 Classification 的简单例子

来自网友在路上 158858提问 提问时间:2023-10-21 06:02:13阅读次数: 58

最佳答案 问答题库588位专家为你答疑解惑

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)
查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"使用 pyspark 进行 Classification 的简单例子":http://eshow365.cn/6-20693-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!