April 2024
Beginner to intermediate
184 pages
4h 26m
English
This chapter introduces several tools for data visualization, including Seaborn and Bokeh. This chapter also contains a gentle introduction to Scikit-learn (which is typically imported as sklearn).
The first part of the chapter introduces you to Seaborn for data visualization, which is a layer above Matplotlib. Although Seaborn does not have all of the features that are available in Matplotlib, Seaborn provides an easier set of APIs for rendering charts and graphs.
The second portion of this chapter contains a very short introduction to Bokeh, along with a code sample that illustrates how to create a more artistic graphics effect with relative ease in Bokeh.
The third part of the chapter introduces ...
Read now
Unlock full access