Q&A
- Define the term "parallelism."
- Explain which types of tasks can and can't be parallelized.
- List and explain three options for implementing parallelism in your applications (all are listed in this chapter).
- What is Dask and what makes it superior to NumPy and pandas for larger datasets?
- Name and explain three basic data structures that are implemented in Dask.
- What is a Dask cluster?
- What do you have to do to tell TPOT it should use Dask for training?