Google News
logo
PySpark - Quiz(MCQ)
Which of the following is a built-in machine learning algorithm in PySpark?
A)
Random Forest
B)
Linear Regression
C)
K-Means Clustering
D)
All of the above

Correct Answer :   All of the above


Explanation : PySpark provides several built-in machine learning algorithms, including Linear Regression, K-Means Clustering, Random Forest, Decision Trees, Gradient Boosting, and Naive Bayes. These algorithms can be used for regression, classification, clustering, and collaborative filtering.

Advertisement