Machine Learning with PySpark: With Natural Language Processing and Recommender Systems

Singh, Pramod

  • 出版商: Apress
  • 出版日期: 2021-12-09
  • 售價: $2,340
  • 貴賓價: 9.5$2,223
  • 語言: 英文
  • 頁數: 240
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1484277767
  • ISBN-13: 9781484277768
  • 相關分類: 推薦系統SparkMachine Learning
  • 海外代購書籍(需單獨結帳)

商品描述

Chapter 1: Introduction to Spark 3.1

Chapter Goal: The book's opening chapter introduces the readers to latest changes in PySpark and updates to the framework. This chapter covers the different components of Spark ecosystem. The chapter doubles up as an introduction to the book's format, including explanation of formatting practices, pointers to the book's accompanying codebase online, and support contact information. The chapter sets readers' expectations in terms of the content and structure of the rest of the book. This chapter provides the audience with a set of required libraries and code/data download information so that the user is able to set up their environment appropriately.

No of pages -30

Sub -Topics

1. Data status

2. Apache Spark evolution

3. Apache Spark fundamentals

4. Spark components

5. Setting up Spark 3.1


Chapter 2: Manage Data with PySpark

Chapter Goal:

This chapter covers the steps right from reading the data, pre-processing and cleaning for machine learning purpose. The chapter showcases the steps to build end to end data handling pipelines to transform and create features for machine learning. It covers simple way to use Koalas in order to leverage pandas in a distributed way in Spark.It also covers the method to automate the data scripts in order to run schedules data jobs using Airflow.

No of pages:50

Sub - Topics

1. Data ingestion

2. Data cleaning

3. Data transformation

4. End- to end data pipelines

5. Data processing using koalas in Spark on Pandas DataFrame

6. Automate data workflow using Airflow


Chapter 3: Introduction to Machine Learning

Chapter Goal:

This chapter introduces the readers to basic fundamentals of machine learning. This chapter covers different categories of machine learning and different stages in the machine learning lifecycle. It highlights the method to extract information related to model interpretation to understand the reasoning behind model predictions in PySpark .

No of pages: 25

Sub - Topics:

1. Supervised machine learning

2. Unsupervised machine learning

3. Model interpretation

4. Machine learning lifecycle


Chapter 4: Linear Regression with PySpark

Chapter Goal:

This chapter covers the fundamentals of linear regression for readers. This chapter then showcases the steps to build feature engineering pipeline and fitting a regression model using PySpark latest machine learning library

No of pages:20

Sub - Topics:

1. Introduction to linear regression

2. Feature engineering in PySpark

3. Model training

4. End-to end pipeline for model prediction


Chapter 5: Logistic Regression with PySpark

Chapter Goal:

This chapter covers the fundamentals of logistic regression for readers. This chapter then showcases the steps to build feature engineering pipeline and fitting a logistic regression model using PySpark machine learning library on a customer dataset

No of pages:25

1. Introduction to logistic regression

2. Feature engineering in PySpark

3. Model training

4. End-to end pipeline for model prediction


Chapter 6: Ensembling with Pyspark

Chapter Goal:

This chapter covers the fundamentals of ensembling methods including bagging, boosting and stacking. This chapter then showcases strengths of ensembling methods over other machine learning techniques. In the final part -the steps to build feature engineering pipeline and fitting random forest model using PySpark Machine learning library are covered

No of pages:30

1. Introduction to ensembling methods

2. Feature engineering in PySpark