MLlib Batch Pipeline
Learn about machine learning libraries in PySpark to build predictive models.
We'll cover the following...
Now that we’ve covered loading and transforming data with PySpark, we can use the machine learning libraries in PySpark to build a predictive model.
MLlib
The core library for building predictive models in PySpark is called MLlib. This library provides a suite of supervised and unsupervised algorithms.
While this library does ...