Ultimate guide to handle Big Datasets for Machine Learning using Dask (in Python)
We will now have a look at some simple cases for creating arrays using Dask. As you can see here, I had 11 values in the array and I used the chunk size as 5. This distributed my array into three chunks, where the first and second blocks have 5 values each and the third one has 1 value. Dask arrays support most of the numpy functions. For instance, you can use .sum()
Aug-11-2018, 16:12:08 GMT
- Technology: