Chapter 3Data Visualization with Python

WHAT'S IN THIS CHAPTER

  • Introduction to Matplotlib
  • Learn to create histograms, bar charts, and pie charts
  • Learn to create box plots and scatter plots
  • Learn to use Pandas plotting functions

In the previous chapter, you learned about techniques to explore data and perform feature engineering with NumPy, Pandas, and Scikit-learn. In this chapter you will learn to use Matplotlib to visualize data. Data visualization helps to understand the characteristics and relationships between the features during the data exploration phase but becomes particularly important when you are dealing with very large datasets that have several hundreds of features.

  • NOTE   To follow along with this chapter ensure you have installed ...

Get Machine Learning in the AWS Cloud now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.