InterviewSolution
Saved Bookmarks
| 1. |
____________ is a distributed machine learning framework on top of Spark.(a) MLlib(b) Spark Streaming(c) GraphX(d) RDDs |
|
Answer» Correct answer is (a) MLlib Explanation: MLlib implements many common machine learning and statistical algorithms to simplify large scale machine learning pipelines. |
|