Login
Remember
Register
Ask a Question
What are the different types of algorithms supported in PySpark?
0
votes
asked
Mar 13, 2022
in
PySpark
by
rajeshsharma
What are the different types of algorithms supported in PySpark?
pyspark-algorithms
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 13, 2022
by
rajeshsharma
Different types of algorithms supported in PySpark are:
spark.mllib
mllib.regression
mllib.recommendation
mllib.clustering
mllib.classification
mllib.linalg
mllib.fpm
...