CSL 410 L05
CSL 410 L05
Lecture No. 05
Visualization libraries
– matplotlib
– Seaborn
NumPy:
introduces objects for multidimensional arrays and matrices, as well
as functions that allow to easily perform advanced mathematical and
statistical operations on those objects
Link: http://www.numpy.org/
SciPy:
collection of algorithms for linear algebra, differential equations,
numerical integration, optimization, statistics and more
built on NumPy
Link: https://www.scipy.org/scipylib/
Pandas:
adds data structures and tools designed to work with table-like data
(similar to Series and Data Frames in R)
Link: http://pandas.pydata.org/
Link: http://scikit-learn.org/
matplotlib:
python 2D plotting library which produces publication quality
figures in a variety of hardcopy formats
Link: https://seaborn.pydata.org/