Skip to content

A utility function for plotting variances and covariances of the data

Notifications You must be signed in to change notification settings

gupta9ankit5/vacopie_plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vacopie_plot

A utility function that can be used to analyze the variance and covariances of multiple featured data at once and can be used as an alternative to pair plot.

This plot shows the variances and co-variance both normalized, in the form of a 2-layer pie chart. The inner pie chart is plot of variances (normalized) of each feature while each sector of inner pie chart contains on outer layer pie chart, the normalized co-variance of rest of the features with respect to the feature of the corresponding sector.

The inner pie chart therefore, gives an idea about the feature wise information content while the outer layer tells about the feature interactions in a highly simplistic and comparative manner since the very values of variances and co-variance are not the actual but normalized ones. These plots are generated using the matplotlib library in python.

function is named vacopie(): It accepts data in the form of a pandas dataframe.

Results

image

image

About

A utility function for plotting variances and covariances of the data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published