Skip to content

Scaling Python with Dask

Mika Kimmins, Holden Karau

From Data Science to Machine Learning

Barcode 9781098119874
Paperback

Original price £52.11 - Original price £52.11
Original price
£52.11
£52.11 - £52.11
Current price £52.11

Click here to join our rewards scheme and earn points on this purchase!

Availability:
Low Stock
FREE shipping

Release Date: 01/08/2023

Genre: Computing & The Internet
Sub-Genre: Computer Science
Label: O'Reilly Media
Language: English
Publisher: O'Reilly Media
Pages: 202

From Data Science to Machine Learning
With this short but thorough resource, data scientists and Python programmers will learn how the Dask open source library for parallel computing provides APIs that make it easy to parallelize PyData libraries including NumPy, pandas, and scikit-learn.
Modern systems contain multi-core CPUs and GPUs that have the potential for parallel computing. But many scientific Python tools were not designed to leverage this parallelism. With this short but thorough resource, data scientists and Python programmers will learn how the Dask open source library for parallel computing provides APIs that make it easy to parallelize PyData libraries including NumPy, pandas, and scikit-learn.Authors Holden Karau and Mika Kimmins show you how to use Dask computations in local systems and then scale to the cloud for heavier workloads. This practical book explains why Dask is popular among industry experts and academics and is used by organizations that include Walmart, Capital One, Harvard Medical School, and NASA.With this book, you'll learn:What Dask is, where you can use it, and how it compares with other toolsHow to use Dask for batch data parallel processingKey distributed system concepts for working with DaskMethods for using Dask with higher-level APIs and building blocksHow to work with integrated libraries such as scikit-learn, pandas, and PyTorchHow to use Dask with GPUs