Packt | Scalable Data Analysis in Python with Dask [FCO]

seeders: 15
leechers: 8
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 97
  • Language: English

Files

[FreeCoursesOnline.Me] [Packt] Scalable Data Analysis in Python with Dask [FCO] 0. Websites you may like
  • 1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url (0.3 KB)
  • 2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url (0.3 KB)
  • 3. (NulledPremium.com) Download Cracked Website Themes, Plugins, Scripts And Stock Images.url (0.2 KB)
  • 4. (FTUApps.com) Download Cracked Developers Applications For Free.url (0.2 KB)
  • 5. (Discuss.FTUForum.com) FTU Discussion Forum.url (0.3 KB)
  • How you can help Team-FTU.txt (0.2 KB)
01.Getting Started with Dask
  • 0101.The Course Overview.mp4 (47.3 MB)
  • 0102.Introduction to Dask.mp4 (29.1 MB)
  • 0103.Features of Dask.mp4 (20.0 MB)
  • 0104.Limitations of Dask.mp4 (17.0 MB)
  • 0105.Setting Up Dask.mp4 (21.2 MB)
02.Understanding Dask Arrays
  • 0201.Introduction to Blocked Algorithms.mp4 (9.1 MB)
  • 0202.Hands-On with Dask Arrays.mp4 (38.4 MB)
  • 0203.Digging Deeper into Dask Arrays.mp4 (32.1 MB)
  • 0204.Performance Comparison with NumPy Arrays.mp4 (20.5 MB)
  • 0205.Creating Universal NumPy Functions with Dask.mp4 (25.9 MB)
  • 0206.Limitations of Dask Arrays.mp4 (4.4 MB)
03.Parallelizing Python Code with Dask
  • 0301.Lazy Evaluation.mp4 (8.1 MB)
  • 0302.Using dask.delayed.mp4 (293.1 KB)
  • 0303.Understanding Task Graphs.mp4 (27.9 MB)
  • 0304.Performance Analysis with dask.delayed.mp4 (28.1 MB)
04.Understanding Dask Dataframes
  • 0401.Introduction to Dask Dataframes.mp4 (4.6 MB)
  • 0402.Exploring Dask Dataframes.mp4 (60.9 MB)
  • 0403.Creating Dask Dataframes.mp4 (13.6 MB)
  • 0404.Loading Large Datasets with Dask Dataframes.mp4 (34.3 MB)
  • 0405.Analyzing Data with Dask Dataframes.mp4 (59.2 MB)
  • 0406.Limitations of Dask Dataframes.mp4 (3.3 MB)
05.Exploring Dask Bags
  • 0501.Introduction to Dask Bags.mp4 (6.8 MB)
  • 0502.Creating and Storing Dask Bags.mp4 (29.7 MB)
  • 0503.Manipulating Dask Bags.mp4 (36.8 MB)
  • 0504.Word Count Example Using Dask Bags.mp4 (45.1 MB)
  • 0505.Manipulating JSON Data Using Dask Bags.mp4 (78.4 MB)
  • 0506.Limitations of Dask Bags.mp4 (21.4 MB)
06.Distributed Computing with Dask
  • 0601.Overview of Distributed Computing with Dask.mp4 (6.6 MB)
  • 0602.Setting Up Your Dask Cluster.mp4 (11.7 MB)
  • 0603.Understanding Dask Schedulers.mp4 (33.0 MB)
  • 0604.Exploring Dask Dashboard UI.mp4 (33.2 MB)
  • 0605.Limitations of dask.distributed.mp4 (14.3 MB)
07.Advance Dask Features
  • 0701.Persisting Data.mp4 (29.0 MB)
  • 0702.Combining Dask with Futures.mp4 (19.3 MB)
  • 0703.Best Practices for Dask.mp4 (4.2 MB)
08.Machine Learning with Dask
  • 0801.Introduction to Dask-ML.mp4 (28.7 MB)
  • 0802.Using Dask-ML for Regression.mp4 (18.2 MB)
  • 0803.Using Dask-ML for Classification.mp4 (5.9 MB)
  • 0804.Hyper-Parameter Tuning Using Dask.mp4 (75.9 MB)
Exercise Files
  • exercise_files.zip (1.4 MB)

Description

For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/




By : Mohammed Kashif
Released : 30 May 2019 (New Release!)
Torrent Contains : 46 Files, 10 Folders
Course Source : https://www.packtpub.com/web-development/scalable-data-analysis-python-dask-video

Build high-performance, distributed, and parallel applications in Dask

Video Details

ISBN 9781789808926
Course Length 3 hours 31 minutes

Table of Contents

• Getting Started with Dask
• Understanding Dask Arrays
• Parallelizing Python Code with Dask
• Understanding Dask Dataframes
• Exploring Dask Bags
• Distributed Computing with Dask
• Advance Dask Features
• Machine Learning with Dask

Learn

• Understand the concept of Block algorithms and how Dask leverages it to load large data.
• Implement various example using Dask Arrays, Bags, and Dask Data frames for efficient parallel computing
• Combine Dask with existing Python packages such as NumPy and Pandas
• See how Dask works under the hood and the various in-built algorithms it has to offer
• Leverage the power of Dask in a distributed setting and explore its various schedulers
• Implement an end-to-end Machine Learning pipeline in a distributed setting using Dask and scikit-learn
• Use Dask Arrays, Bags, and Dask Data frames for parallel and out-of-memory computations

About


Data analysts, Machine Learning professionals, and data scientists often use tools such as Pandas, Scikit-Learn, and NumPy for data analysis on their personal computer. However, when they want to apply their analyses to larger datasets, these tools fail to scale beyond a single machine, and so the analyst is forced to rewrite their computation.

If you work on big data and you’re using Pandas, you know you can end up waiting up to a whole minute for a simple average of a series. And that’s just for a couple of million rows!

In this course, you’ll learn to scale your data analysis. Firstly, you will execute distributed data science projects right from data ingestion to data manipulation and visualization using Dask. Then, you will explore the Dask framework. After, see how Dask can be used with other common Python tools such as NumPy, Pandas, matplotlib, Scikit-learn, and more.

You’ll be working on large datasets and performing exploratory data analysis to investigate the dataset, then come up with the findings from the dataset. You’ll learn by implementing data analysis principles using different statistical techniques in one go across different systems on the same massive datasets.

Throughout the course, we’ll go over the various techniques, modules, and features that Dask has to offer. Finally, you’ll learn to use its unique offering for machine learning, using the Dask-ML package. You’ll also start using parallel processing in your data tasks on your own system without moving to the distributed environment.

All the code files and related files are uploaded on GitHub at this link: https://github.com/PacktPublishing/-Scalable-Data-Analysis-in-Python-with-Dask

Style and Approach

This hands-on course covers all the important components of Dask (arrays, bags, data frames, schedulers, and the Futures API) to parallelize your existing Python code and perform computations in a distributed setting. This course is designed with minimum theory and maximum practical implementation, followed by step-by-step instructions to get you up and running.

Features:

• Leverage the power of parallel computing using Dask.delayed
• Get complete exposure to using Dask to handle large data in a distributed setting
• Learn how to do machine learning by combining scikit-learn and Dask in a distributed setting

Author

Mohammed Kashif

Mohammed Kashif works as a Data Scientist at Nineleaps, India, dealing mostly with graph data analysis. Prior to this, he was working as a Python developer at Qualcomm. He completed his Master's degree in computer science from IIIT Delhi, with specialization in data engineering. His areas of interest include recommender systems, NLP, and graph analytics. In his spare time, he likes to solve questions on StackOverflow and help debug other people out of their misery. He is also an experienced teaching assistant with a demonstrated history of working in the higher-education industry.





Download torrent
1004.8 MB
seeders:15
leechers:8
Packt | Scalable Data Analysis in Python with Dask [FCO]


Trackers

tracker name
udp://tracker.iamhansen.xyz:2000/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.uw0.xyz:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://denis.stalker.upeer.me:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://tracker.tiny-vps.com:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
µTorrent compatible trackers list

Download torrent
1004.8 MB
seeders:15
leechers:8
Packt | Scalable Data Analysis in Python with Dask [FCO]


Torrent hash: 1DA8D6BA45354D7DF5BB65C8E3B79F59A057C4E6