Week 4 (9/29) Discover new library and Project Update.

Today I learned about a Python library called Seaborn
first I tried to import the library into the Python file and then loaded the data set into that file, I tried the basic plots like scatter plots of diabetes and obesity, diabetes, and inactivity using this library.

The visualization gives out more vibrant colors that help us to visualize things more efficiently.
I even tried pair plots of data gave me the COMPLETE data visualization with a graph that tells the correlation between variables
Another way of visualizing the data would be using a Heat Map
that gave me the most exciting way to know how things are actually correlated using the vibrant color
I tried using some dummy data the results are:

Ill try to implement all these into my project and I’ll get great visualization and better insight as well.

Leave a Reply

Your email address will not be published. Required fields are marked *