BigData / Apache Spark
What is MLlib in Spark?
Spark MLlib is used to perform machine learning using its inbuilt algorithms and utilities.
It consists of 2 packages. spark.mllib contains the original API built on top of RDDs. spark.ml provides higher level API built on top of data frames for constructing ML pipelines. spark.ml is the primary machine learning API for spark now.
some of the popular algorithms are listed below.
More Related questions...