Book Image

Mastering Big Data Analytics with PySpark [Video]

By : Danny Meijer
Book Image

Mastering Big Data Analytics with PySpark [Video]

By: Danny Meijer

Overview of this book

PySpark helps you perform data analysis at-scale; it enables you to build more scalable analyses and pipelines. This course starts by introducing you to PySpark's potential for performing effective analyses of large datasets. You'll learn how to interact with Spark from Python and connect Jupyter to Spark to provide rich data visualizations. After that, you'll delve into various Spark components and its architecture. You'll learn to work with Apache Spark and perform ML tasks more smoothly than before. Gathering and querying data using Spark SQL, to overcome challenges involved in reading it. You'll use the DataFrame API to operate with Spark MLlib and learn about the Pipeline API. Finally, we provide tips and tricks for deploying your code and performance tuning. By the end of this course, you will not only be able to perform efficient data analytics but will have also learned to use PySpark to easily analyze large datasets at-scale in your organization. All related code files are placed on a GitHub repository at: https://github.com/PacktPublishing/Mastering-Big-Data-Analytics-with-PySpark
Table of Contents (9 chapters)
Free Chapter
1
Python and Spark: A Match Made in Heaven
Chapter 5
Classification and Regression
Content Locked
Section 1
Machine Learning with Spark
In the last section you got to use Spark's machine learning library, specifically the recommendation part of it. There is, however, so much more to learn about MLlib. Here, we set out to discover which things (about MLlib) are important but not explicitly or easily available in the official documentation.