Applied Data Science Using PySpark - Kakarla, Ramcharan; Krishnan, Sundar; Alla, Sridhar; - Prospero Internetes Könyváruház

Applied Data Science Using PySpark

Learn the End-to-End Predictive Model-Building Cycle
 
Kiadás sorszáma: First Edition
Kiadó: Apress
Megjelenés dátuma:
Kötetek száma: 1 pieces, Book
 
Normál ár:

Kiadói listaár:
EUR 58.84
Becsült forint ár:
25 577 Ft (24 359 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

23 531 (22 410 Ft + 5% áfa )
Kedvezmény(ek): 8% (kb. 2 046 Ft)
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

A kiadónál véglegesen elfogyott, nem rendelhető. Érdemes újra keresni a címmel, hátha van újabb kiadás.
Nem tudnak pontosabbat?
 
 
Rövid leírás:

Discover the capabilities of PySpark and its application in the realm of data science. This comprehensive guide with hand-picked examples of daily use cases will walk you through the end-to-end predictive model-building cycle with the latest techniques and tricks of the trade. 

Applied Data Science Using PySpark is divided unto six sections which walk you through the book. In section 1, you start with the basics of PySpark focusing on data manipulation. We make you comfortable with the language and then build upon it to introduce you to the mathematical functions available off the shelf. In section 2, you will dive into the art of variable selection where we demonstrate various selection techniques available in PySpark. In section 3, we take you on a journey through machine learning algorithms, implementations, and fine-tuning techniques. We will also talk about different validation metrics and how to use them for picking the best models. Sections 4 and 5 go through machine learning pipelines and various methods available to operationalize the model and serve it through Docker/an API. In the final section, you will cover reusable objects for easy experimentation and learn some tricks that can help you optimize your programs and machine learning pipelines. 

By the end of this book, you will have seen the flexibility and advantages of PySpark in data science applications. This book is recommended to those who want to unleash the power of parallel computing by simultaneously working with big datasets.

You will:

  • Build an end-to-end predictive model
  • Implement multiple variable selection techniques
  • Operationalize models
  • Master multiple algorithms and implementations  

Hosszú leírás:

Discover the capabilities of PySpark and its application in the realm of data science. This comprehensive guide with hand-picked examples of daily use cases will walk you through the end-to-end predictive model-building cycle with the latest techniques and tricks of the trade. 



Applied Data Science Using PySpark is divided unto six sections which walk you through the book. In section 1, you start with the basics of PySpark focusing on data manipulation. We make you comfortable with the language and then build upon it to introduce you to the mathematical functions available off the shelf. In section 2, you will dive into the art of variable selection where we demonstrate various selection techniques available in PySpark. In section 3, we take you on a journey through machine learning algorithms, implementations, and fine-tuning techniques. We will also talk about different validation metrics and how to use them for picking the best models. Sections 4 and 5 go through machine learning pipelines and various methods available to operationalize the model and serve it through Docker/an API. In the final section, you will cover reusable objects for easy experimentation and learn some tricks that can help you optimize your programs and machine learning pipelines. 



By the end of this book, you will have seen the flexibility and advantages of PySpark in data science applications. This book is recommended to those who want to unleash the power of parallel computing by simultaneously working with big datasets.



What You Will Learn



  • Build an end-to-end predictive model
  • Implement multiple variable selection techniques
  • Operationalize models
  • Master multiple algorithms and implementations  



Who This Book is For



Data scientists and machine learning and deep learning engineers who want to learn and use PySpark for real-time analysis of streamingdata.
Tartalomjegyzék:

Chapter 1: Setting up the Pyspark Environment .- Chapter 2: Basic Statistics and Visualizations.- Chapter 3: :Variable Selection.- Chapter 4: Introduction to different supervised machine algorithms, implementations & Fine-tuning techniques.- Chapter 5: Model Validation and selecting the best model.- Chapter 6: Unsupervised and recommendation algorithms.- Chapter 7:End to end modeling pipelines.- Chapter 8: Productionalizing a machine learning model.- Chapter 9: Experimentations.- Chapter 10:Other Tips: Optional.