What is the difference between spark ml and spark mllib?
Answer Posted / Meenakshi Chauhan
Apache Spark MLlib is an older machine learning library built on top of Apache Spark, while Spark ML provides a higher-level API for building machine learning pipelines in Python, Scala, and Java. Spark ML aims to be more user-friendly with automatic feature extraction, cross-validator, and pipeline APIs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers