May 2019
Intermediate to advanced
664 pages
15h 41m
English
This chapter looked at the common problems in large, messy datasets common in machine learning projects. These include, but are not limited to the following:
This chapter provided a disciplined approach to dealing with these problems by showing how to explore the data, treat it, and create a dataframe that you can use for developing your learning algorithm. It's also flexible enough that you can modify the code to suit your circumstances. This methodology should make what many feels is the most arduous, time-consuming, and least enjoyable ...